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

Fix to freesurfer.findReferenceImage

parent fdea6f0b
No related branches found
No related tags found
No related merge requests found
...@@ -416,7 +416,6 @@ def findReferenceImage(fname): ...@@ -416,7 +416,6 @@ def findReferenceImage(fname):
exts = fslimage.ALLOWED_EXTENSIONS + fslmgh.ALLOWED_EXTENSIONS exts = fslimage.ALLOWED_EXTENSIONS + fslmgh.ALLOWED_EXTENSIONS
try: try:
return fslpath.addExt(t1, allowedExts=exts, mustExist=True)
fslpath.addExt(t1, allowedExts=exts, mustExist=True)
except fslpath.PathError: except fslpath.PathError:
return None return None
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