Skip to content

Commit

Permalink
Update cylc/uiserver/data_store_mgr.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders authored Apr 22, 2024
1 parent df0f1b6 commit 0d893d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/uiserver/data_store_mgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def shutdown(self):
"""
for w_id in self.active_subscriptions:
self._stop_subscription(w_id)
self.message_processor_task.cancel()
self.message_processor_task.cancel()

@_log_call
async def register_workflow(self, w_id: str, is_active: bool) -> None:
Expand Down

0 comments on commit 0d893d1

Please sign in to comment.