Skip to content
Snippets Groups Projects
Commit 47e0c37f authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

BF: imcp/immv scripts now accept incorrect file extensions on inputs

parent 28061d80
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ def main(argv=None):
return 1
try:
srcs = [fslimage.fixExt(s) for s in srcs]
srcs = fslpath.removeDuplicates(
srcs,
allowedExts=fslimage.ALLOWED_EXTENSIONS,
......
......@@ -61,6 +61,7 @@ def main(argv=None):
return 1
try:
srcs = [fslimage.fixExt(s) for s in srcs]
srcs = fslpath.removeDuplicates(
srcs,
allowedExts=fslimage.ALLOWED_EXTENSIONS,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment