This commit is contained in:
Nuno Campos
2023-11-15 15:30:45 +00:00
parent b90a62a00d
commit f04b2cff5d
-2
View File
@@ -481,8 +481,6 @@ def _apply_writes_and_prepare_next_tasks(
for_step + 1 == config["recursion_limit"]
]
print(for_step, config["recursion_limit"])
updated_channels: set[str] = set()
# Apply writes to channels
for chan, vals in pending_writes_by_channel.items():