From cf14da05fbc3488e83ea59cc87c8c81d0db577fa Mon Sep 17 00:00:00 2001 From: gobbo_a Date: Fri, 26 Aug 2022 11:21:50 +0200 Subject: [PATCH] Startup --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 9cf5c0b..723e45d 100644 --- a/script/local.py +++ b/script/local.py @@ -115,7 +115,7 @@ statistics =None current_pipeline = None def start_pipeline(name, parameters, port=DEFAULT_PIPELINE_PORT): - global stop_event, parameter_queue, statistics + global stop_event, parameter_queue, statistics. current_pipeline, parameter_queue, statistics if name is None: raise Exception("Pipeline name undefined") stop_pipeline();