This commit is contained in:
Nuno Campos
2025-01-15 13:49:33 -08:00
parent 144ee31546
commit cd64075928
-1
View File
@@ -455,7 +455,6 @@ def interrupt(value: Any) -> Any:
conf = get_config()["configurable"]
# track interrupt index
scratchpad: PregelScratchpad = conf[CONFIG_KEY_SCRATCHPAD]
print("interrupt", scratchpad)
scratchpad["interrupt_counter"] += 1
idx = scratchpad["interrupt_counter"]
# find previous resume values