Skip to content

Commit 560ee0f

Browse files
tlakshmitlakshmi
authored andcommitted
fix cache status when default input is None
1 parent b3e34ad commit 560ee0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyironflow/reactflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ def update_status(self):
325325
actual_nodes[i]["data"]["failed"] = temp_nodes[i]["data"]["failed"]
326326
actual_nodes[i]["data"]["running"] = temp_nodes[i]["data"]["running"]
327327
actual_nodes[i]["data"]["ready"] = temp_nodes[i]["data"]["ready"]
328+
actual_nodes[i]["data"]["cache_hit"] = temp_nodes[i]["data"]["cache_hit"]
328329
self.gui.nodes = json.dumps(actual_nodes)
329330
self.gui.edges = json.dumps(actual_edges)
330331

0 commit comments

Comments
 (0)