Skip to content

Commit

Permalink
why i'm like this
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 committed May 15, 2024
1 parent cc02c92 commit 98e8bf5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion karton/core/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,9 @@ def _iter_legacy_task_tree(
yield from filter(
lambda task: task.root_uid == root_uid,
(
Task.unserialize(task_data, parse_resources=parse_resources)
Task.unserialize(
task_data, backend=self, parse_resources=parse_resources
)
for task_data in self.redis.mget(chunk)
if task_data is not None
),
Expand Down

0 comments on commit 98e8bf5

Please sign in to comment.