Commit b44452ac by rfkelly0

fix varname typo

parent 40ade748
......@@ -726,7 +726,7 @@ class FS(object):
if f is not None:
f.close()
except Exeption, e:
except Exception, e:
if error_callback is not None:
error_callback(e)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment