Script execution
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user