Commit 63ccf2cd by willmcgugan

Small fix

parent 9886401f
...@@ -252,6 +252,7 @@ class FS(object): ...@@ -252,6 +252,7 @@ class FS(object):
if e.code == "NO_FILE": if e.code == "NO_FILE":
return NullFile() return NullFile()
raise raise
return f
def desc(self, path): def desc(self, path):
......
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