Skip to content

Commit bc5e5a3

Browse files
MarcelGeoCopilot
andauthored
Update server/mergin/sync/public_api_v2_controller.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 88447ef commit bc5e5a3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

server/mergin/sync/public_api_v2_controller.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ def create_project_version(id):
352352
).count()
353353
):
354354
move_to_tmp(version_dir)
355-
upload.clear()
356355
return UploadError().response(422)
357356
# catch exception during pg transaction so we can rollback and prevent PendingRollbackError during upload clean up
358357
except gevent.timeout.Timeout:

0 commit comments

Comments
 (0)