Skip to content

Commit

Permalink
Update cylc/flow/network/resolvers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim authored Feb 28, 2024
1 parent 1058023 commit 96db826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/network/resolvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ def broadcast(
if mode == 'clear_broadcast':
return self.schd.task_events_mgr.broadcast_mgr.clear_broadcast(
point_strings=cycle_points,
namespaces=namespaces,
namespaces=namespaces,
cancel_settings=settings)
if mode == 'expire_broadcast':
return self.schd.task_events_mgr.broadcast_mgr.expire_broadcast(
Expand Down

0 comments on commit 96db826

Please sign in to comment.