Skip to content

Commit

Permalink
STY: black [ignore-rev]
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Mar 17, 2024
1 parent 0f2d69d commit e447b92
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nipype/interfaces/dcm2nii.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,9 @@ def search_files(prefix, outtypes, search_crop):
)
if search_crop:
found = it.chain(
it.chain.from_iterable(iglob(glob.escape(prefix) + "_Crop_*" + outtype) for outtype in outtypes),
found
it.chain.from_iterable(
iglob(glob.escape(prefix) + "_Crop_*" + outtype) for outtype in outtypes
),
found,
)
return found

Check warning on line 517 in nipype/interfaces/dcm2nii.py

View check run for this annotation

Codecov / codecov/patch

nipype/interfaces/dcm2nii.py#L517

Added line #L517 was not covered by tests

0 comments on commit e447b92

Please sign in to comment.