Script execution

This commit is contained in:
2022-08-26 11:25:07 +02:00
parent 6798d2076e
commit 559cd7367f

View File

@@ -121,6 +121,7 @@ def start_pipeline(name, parameters, port=DEFAULT_PIPELINE_PORT):
raise Exception("Pipeline name undefined")
stop_pipeline();
current_pipeline = name
pipeline_port = port
stop_event = threading.Event()
parameter_queue = queue.Queue()
statistics = Namespace()