Skip to content

Commit

Permalink
Merge pull request #3249 from learningequality/hotfixes
Browse files Browse the repository at this point in the history
Patch 1 for sprint release ending 2021-07-06
  • Loading branch information
rtibbles authored Jul 21, 2021
2 parents b1fed67 + dacf7f3 commit 93d54de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contentcuration/contentcuration/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ def delete_node_task(
pass
else:
raise
except ContentNode.DoesNotExist:
deleted = True
except Exception as e:
self.report_exception(e)

Expand Down

0 comments on commit 93d54de

Please sign in to comment.