Skip to content

Commit e118655

Browse files
MetRonniedwsutherland
authored andcommitted
Data store: fix mangled flow nums reported for n>1 tasks
1 parent 1a7f797 commit e118655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cylc/flow/data_store_mgr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1781,7 +1781,7 @@ def window_resize_rewalk(self):
17811781
self.increment_graph_window(
17821782
tokens,
17831783
get_point(tokens['cycle']),
1784-
tproxy.flow_nums
1784+
deserialise(tproxy.flow_nums)
17851785
)
17861786
# Flag difference between old and new window for pruning.
17871787
self.prune_flagged_nodes.update(

0 commit comments

Comments
 (0)