Skip to content

Commit 1845324

Browse files
committed
🐛 Fix bug in logging atropos seed
1 parent 3f530ff commit 1845324

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CPAC/anat_preproc/ants.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,8 @@ def init_atropos_wf(name='atropos_wf',
441441
name='01_atropos', n_procs=omp_nthreads, mem_gb=mem_gb)
442442

443443
if not use_random_seed:
444-
getLogger('random').info('%s # (Atropos constant)', atropos.name)
444+
getLogger('random').info('%s\t%s',
445+
'# (Atropos constant)', atropos.name)
445446

446447
# massage outputs
447448
pad_segm = pe.Node(ImageMath(operation='PadImage', op2='%d' % padding),

0 commit comments

Comments
 (0)