Skip to content
Snippets Groups Projects
Commit 20df5820 authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Typo

parent 378f7bbc
No related branches found
No related tags found
No related merge requests found
...@@ -125,7 +125,7 @@ def getDataFile(meldir): ...@@ -125,7 +125,7 @@ def getDataFile(meldir):
dataFile = op.join(topDir, 'filtered_func_data') dataFile = op.join(topDir, 'filtered_func_data')
try: return fslimage.addExt(dataFile, mustExist=True) try: return fslimage.addExt(dataFile, mustExist=True)
except fslimage.PathErrpr: return None except fslimage.PathError: return None
def getMeanFile(meldir): def getMeanFile(meldir):
......
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