Skip to content
Snippets Groups Projects

Ws 677 fix queue again

Merged Daniel Lyons requested to merge WS-677-fix-queue-again into main
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -19,7 +19,6 @@ class CapabilityQueueManager:
def __init__(self, queue_reporter: QueueReporterIF, executor: ExecutionManagerIF):
self.queue_reporter = queue_reporter
self.executor = executor
self.startup()
def execution_requested(self):
self.launch_if_availability()
Loading