Commit a6c0aa73 by willmcgugan

Work in progress

parent 7ce09019
......@@ -11,7 +11,7 @@ class ZipFS(FS):
if compression == "deflated":
compression_type = zipfile.ZIP_DEFLATED
elif compression == "stored":
compression_type = zipfile.ZIP_STORES
compression_type = zipfile.ZIP_STORED
else:
raise ValueError("Compression should be 'deflated' (default) or 'stored'")
......
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