Skip to content

Commit

Permalink
Restire existing behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 authored Nov 13, 2021
1 parent 42f10a0 commit 194797f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securedrop/journalist_app/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def purge_deleted_sources() -> None:
for source in sources:
try:
delete_collection(source.filesystem_id)
except GpgKeyNotFoundError as e:
except Exception as e:
current_app.logger.error("Error deleting source %s: %s", source.uuid, e)


Expand Down

0 comments on commit 194797f

Please sign in to comment.