Skip to content

Commit a113e2b

Browse files
committed
group state from all
1 parent e6f2360 commit a113e2b

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
@@ -2273,7 +2273,7 @@ def _family_ascent_point_update(self, fp_id):
22732273
fp_delta = PbFamilyProxy(
22742274
id=fp_id,
22752275
stamp=f'{fp_id}@{time()}',
2276-
state=extract_group_state(group_counter.keys()),
2276+
state=extract_group_state(state_counter.keys()),
22772277
is_held=(is_held_total > 0),
22782278
is_held_total=is_held_total,
22792279
is_queued=(is_queued_total > 0),

0 commit comments

Comments
 (0)