File tree
Expand file treeCollapse file tree1 file changed
+1
-3
lines changed Expand file treeCollapse file tree1 file changed
+1
-3
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -471,9 +471,7 @@ def _parse_files(self, filenames):
|
471 | 471 | for filename in filenames:
|
472 | 472 | # search for relevant files, and sort accordingly
|
473 | 473 | for fl in search_files(filename, outtypes, self.inputs.crop):
|
474 |
| -if ( |
475 |
| -fl.endswith((".nii", ".gz", ".nrrd", ".nhdr")) |
476 |
| -): |
| 474 | +if fl.endswith((".nii", ".gz", ".nrrd", ".nhdr")): |
477 | 475 | outfiles.append(fl)
|
478 | 476 | elif fl.endswith(".bval"):
|
479 | 477 | bvals.append(fl)
|
|
You can’t perform that action at this time.
0 commit comments