We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50cd912 commit 4b83e3fCopy full SHA for 4b83e3f
storage-app/src/shared/worker_services.py
@@ -63,7 +63,6 @@ def archive_objects(self):
63
assert (result_id := zipper.result()), "Archive was not written"
64
self._archive_id = result_id
65
66
-
67
def _archive_objects(self):
68
json_data: Any = ("annotation.json", dumps(self.annotation, indent=4).encode("utf-8"))
69
object_set = SyncDataBase \
@@ -242,3 +241,4 @@ def send_update(
242
241
)
243
244
assert response.status_code == 202, "File update was not accepted: " + response.text
+
0 commit comments