Skip to content

Commit 61ca993

Browse files
authored
chore: Update persist_on_failure.py
1 parent e16a36e commit 61ca993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

celery_utils/persist_on_failure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class PersistOnFailureTask(Task):
1818
abstract = True
1919
typing = False
2020

21-
def on_failure(self, exc, task_id, args, kwargs, einfo):
21+
def on_failure(self, exc, task_id, args, kwargs, einfo):
2222
"""
2323
If the task fails, persist a record of the task.
2424
"""

0 commit comments

Comments
 (0)