mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Fix PY3.5 compatibility
This commit is contained in:
@@ -2840,7 +2840,7 @@ class PipelineDecorator(PipelineController):
|
||||
target_project=None, # type: Optional[str]
|
||||
abort_on_failure=False, # type: bool
|
||||
pipeline_execution_queue='services', # type: Optional[str]
|
||||
multi_instance_support=False,
|
||||
multi_instance_support=False
|
||||
):
|
||||
# type: (...) -> Callable
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user