Skip to content

Commit 7f42dea

Browse files
committed
sty: ruff [skip ci]
1 parent 3b7120f commit 7f42dea

File tree

1 file changed

+2
-2
lines changed
  • nibabies/workflows/anatomical

1 file changed

+2
-2
lines changed

nibabies/workflows/anatomical/fit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.\nSpaces: %s\n',
19531953
'Intermediate targets: %s',
19541954
spaces.get_spaces(nonstandard=False, dim=(3,)),
19551955
intermediate_targets,

0 commit comments

Comments
 (0)