Skip to content

Commit e447b92

Browse files
committed
STY: black [ignore-rev]
1 parent 0f2d69d commit e447b92

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

nipype/interfaces/dcm2nii.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,9 @@ def search_files(prefix, outtypes, search_crop):
509509
)
510510
if search_crop:
511511
found = it.chain(
512-
it.chain.from_iterable(iglob(glob.escape(prefix) + "_Crop_*" + outtype) for outtype in outtypes),
513-
found
512+
it.chain.from_iterable(
513+
iglob(glob.escape(prefix) + "_Crop_*" + outtype) for outtype in outtypes
514+
),
515+
found,
514516
)
515517
return found

0 commit comments

Comments
 (0)