We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
)
1 parent 42e9284 commit 61043e5Copy full SHA for 61043e5
src/frequenz/dispatch/_bg_service.py
@@ -334,7 +334,7 @@ async def _update_dispatch_schedule_and_notify(
334
self._remove_scheduled(old_dispatch)
335
336
was_running = old_dispatch.started
337
- old_dispatch._set_deleted() # pylint: disable=protected-access)
+ old_dispatch._set_deleted() # pylint: disable=protected-access
338
339
# If the dispatch was running, we need to notify
340
if was_running:
0 commit comments