Update manager.py

This commit is contained in:
Nuno Campos
2024-07-19 08:52:08 -07:00
committed by GitHub
parent 7ed5f9e4bc
commit 29e860acca
+1 -1
View File
@@ -61,6 +61,6 @@ def create_checkpoint(
channel_versions=checkpoint["channel_versions"],
versions_seen=checkpoint["versions_seen"],
pending_sends=checkpoint.get("pending_sends", []),
# checkpoints are saved only at the end of a step, ie. no current tasks
# checkpoints are saved only at the end of a step, ie. when current tasks should be cleared
current_tasks={},
)