mirror of
https://github.com/clearml/clearml
synced 2025-03-03 18:52:12 +00:00
Fix PipelineController start should not kill the process when done
Fix PY3.5 compatibility
This commit is contained in:
parent
192bb03809
commit
94d28ed44f
@ -690,7 +690,6 @@ class PipelineController(object):
|
||||
step_task_completed_callback=step_task_completed_callback,
|
||||
wait=wait
|
||||
)
|
||||
leave_process(0)
|
||||
|
||||
return True
|
||||
|
||||
@ -2793,7 +2792,7 @@ class PipelineDecorator(PipelineController):
|
||||
add_pipeline_tags=False, # type: bool
|
||||
target_project=None, # type: Optional[str]
|
||||
abort_on_failure=False, # type: bool
|
||||
pipeline_execution_queue='services', # type: Optional[str]
|
||||
pipeline_execution_queue='services' # type: Optional[str]
|
||||
):
|
||||
# type: (...) -> Callable
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user