mirror of
https://github.com/clearml/clearml
synced 2025-05-30 10:16:33 +00:00
Fix argument order mismatch in PipelineController (#1407)
Co-authored-by: Bohdan Dhzus <b.dhzus@yahoo.com>
This commit is contained in:
parent
60623d9154
commit
9541a99762
@ -1998,7 +1998,7 @@ class PipelineController(object):
|
||||
if self._thread:
|
||||
return True
|
||||
|
||||
self._prepare_pipeline(step_task_completed_callback, step_task_created_callback)
|
||||
self._prepare_pipeline(step_task_created_callback, step_task_completed_callback)
|
||||
self._thread = Thread(target=self._daemon)
|
||||
self._thread.daemon = True
|
||||
self._thread.start()
|
||||
|
Loading…
Reference in New Issue
Block a user