mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-26 22:49:01 -06:00
Update tasks.py
This commit is contained in:
@@ -721,7 +721,10 @@ def build_share_link_bundle(bundle_id: int):
|
||||
pass
|
||||
raise
|
||||
finally:
|
||||
temp_zip_path.unlink(missing_ok=True)
|
||||
try:
|
||||
temp_zip_path.unlink(missing_ok=True)
|
||||
except OSError:
|
||||
pass
|
||||
|
||||
|
||||
@shared_task
|
||||
|
||||
Reference in New Issue
Block a user