Skip to content

Commit 44421a5

Browse files
committed
fixup! PR #736 various tweaks based on review notes
1 parent 6ab78d3 commit 44421a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/extra/job_management/test_job_management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class DummyTask(Task):
9494
"""
9595

9696
def __init__(self, job_id, db_update, stats_update, delay=0.0):
97-
self.job_id = job_id
97+
super().__init__(job_id=job_id)
9898
self._db_update = db_update or {}
9999
self._stats_update = stats_update or {}
100100
self._delay = delay

0 commit comments

Comments
 (0)