File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
nibabies/workflows/anatomical Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1008,7 +1008,7 @@ def init_infant_anat_fit_wf(
10081008
10091009 if concat_xfms and intermediate is None :
10101010 LOGGER .error (
1011- 'Intermediate is not set - skipping concatenation workflow.' ' Spaces: %s' ,
1011+ 'Intermediate is not set - skipping concatenation workflow. Spaces: %s' ,
10121012 ' Intermediate targets: %s' ,
10131013 spaces .get_spaces (nonstandard = False , dim = (3 ,)),
10141014 intermediate_targets ,
@@ -1949,7 +1949,7 @@ def init_infant_single_anat_fit_wf(
19491949
19501950 if concat_xfms and intermediate is None :
19511951 LOGGER .error (
1952- 'Intermediate is not set - skipping concatenation workflow.\n ' 'Spaces : %s\n ' ,
1952+ 'Intermediate is not set - skipping concatenation workflow.\n Spaces : %s\n ' ,
19531953 'Intermediate targets: %s' ,
19541954 spaces .get_spaces (nonstandard = False , dim = (3 ,)),
19551955 intermediate_targets ,
You can’t perform that action at this time.
0 commit comments