We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b8c93 commit 3980037Copy full SHA for 3980037
nipype/interfaces/dcm2nii.py
@@ -471,9 +471,7 @@ def _parse_files(self, filenames):
471
for filename in filenames:
472
# search for relevant files, and sort accordingly
473
for fl in search_files(filename, outtypes, self.inputs.crop):
474
- if (
475
- fl.endswith((".nii", ".gz", ".nrrd", ".nhdr"))
476
- ):
+ if fl.endswith((".nii", ".gz", ".nrrd", ".nhdr")):
477
outfiles.append(fl)
478
elif fl.endswith(".bval"):
479
bvals.append(fl)
0 commit comments