We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f530ff commit 1845324Copy full SHA for 1845324
CPAC/anat_preproc/ants.py
@@ -441,7 +441,8 @@ def init_atropos_wf(name='atropos_wf',
441
name='01_atropos', n_procs=omp_nthreads, mem_gb=mem_gb)
442
443
if not use_random_seed:
444
- getLogger('random').info('%s # (Atropos constant)', atropos.name)
+ getLogger('random').info('%s\t%s',
445
+ '# (Atropos constant)', atropos.name)
446
447
# massage outputs
448
pad_segm = pe.Node(ImageMath(operation='PadImage', op2='%d' % padding),
0 commit comments