From 1845324e5769c46eabb88ba9fd6ae3aa185d1453 Mon Sep 17 00:00:00 2001 From: Jon Clucas Date: Wed, 12 Oct 2022 12:07:05 -0400 Subject: [PATCH] :bug: Fix bug in logging atropos seed --- CPAC/anat_preproc/ants.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CPAC/anat_preproc/ants.py b/CPAC/anat_preproc/ants.py index 368d4b847d..7d6fa91080 100644 --- a/CPAC/anat_preproc/ants.py +++ b/CPAC/anat_preproc/ants.py @@ -441,7 +441,8 @@ def init_atropos_wf(name='atropos_wf', name='01_atropos', n_procs=omp_nthreads, mem_gb=mem_gb) if not use_random_seed: - getLogger('random').info('%s # (Atropos constant)', atropos.name) + getLogger('random').info('%s\t%s', + '# (Atropos constant)', atropos.name) # massage outputs pad_segm = pe.Node(ImageMath(operation='PadImage', op2='%d' % padding),