Commit ff14c0e6 by willmcgugan

Stupid bug, replaces an except clause with a finally clause...

parent a2138f7c
......@@ -171,7 +171,7 @@ class ZipFS(FS):
try:
sys_path = self.temp_fs.getsyspath(filename)
self.zf.write(sys_path, filename)
except:
finally:
self._lock.release()
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