mirror of
https://github.com/clearml/clearml
synced 2025-06-23 01:55:38 +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,
|
step_task_completed_callback=step_task_completed_callback,
|
||||||
wait=wait
|
wait=wait
|
||||||
)
|
)
|
||||||
leave_process(0)
|
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
@ -2793,7 +2792,7 @@ class PipelineDecorator(PipelineController):
|
|||||||
add_pipeline_tags=False, # type: bool
|
add_pipeline_tags=False, # type: bool
|
||||||
target_project=None, # type: Optional[str]
|
target_project=None, # type: Optional[str]
|
||||||
abort_on_failure=False, # type: bool
|
abort_on_failure=False, # type: bool
|
||||||
pipeline_execution_queue='services', # type: Optional[str]
|
pipeline_execution_queue='services' # type: Optional[str]
|
||||||
):
|
):
|
||||||
# type: (...) -> Callable
|
# type: (...) -> Callable
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user