write sha1 json files
This commit is contained in:
@@ -230,7 +230,7 @@ class FileAPI(Resource):
|
||||
try:
|
||||
packer.pack(filepath.encode('utf-8'), filepath_zip[-1].encode('utf-8'), mode='ZIP',
|
||||
# TODO(cam) this just means the json is written in the zip
|
||||
deps_remap={}, paths_remap={})
|
||||
deps_remap={}, paths_remap={}, paths_uuid={})
|
||||
return filepath_zip[-1]
|
||||
except:
|
||||
import traceback
|
||||
|
Reference in New Issue
Block a user