Fix cloning pipelines ran with start_locally() doesn't work

This commit is contained in:
allegroai 2022-11-07 19:09:09 +02:00
parent f570072883
commit fa45d32394

View File

@ -824,9 +824,9 @@ class PipelineController(object):
self._default_execution_queue = self._default_execution_queue or 'mock'
# serialize state only if we are running locally
if Task.running_locally() or not self._task.is_main_task():
self._verify()
self._serialize_pipeline_task()
self.update_execution_plot()
self._start(wait=True)