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(
1008
1008
1009
1009
if concat_xfms and intermediate is None :
1010
1010
LOGGER .error (
1011
- 'Intermediate is not set - skipping concatenation workflow.' ' Spaces: %s' ,
1011
+ 'Intermediate is not set - skipping concatenation workflow. Spaces: %s' ,
1012
1012
' Intermediate targets: %s' ,
1013
1013
spaces .get_spaces (nonstandard = False , dim = (3 ,)),
1014
1014
intermediate_targets ,
@@ -1949,7 +1949,7 @@ def init_infant_single_anat_fit_wf(
1949
1949
1950
1950
if concat_xfms and intermediate is None :
1951
1951
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 ' ,
1953
1953
'Intermediate targets: %s' ,
1954
1954
spaces .get_spaces (nonstandard = False , dim = (3 ,)),
1955
1955
intermediate_targets ,
You can’t perform that action at this time.
0 commit comments