mirror of
https://github.com/clearml/clearml
synced 2025-01-31 09:07:00 +00:00
Fix typo
This commit is contained in:
parent
79dade6743
commit
c9121debc2
@ -89,7 +89,7 @@ def executing_pipeline(pickle_url, mock_parameter='mock'):
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
# set the pipeline steps default execution queue (per specific step we can override it with the decorator)
|
# set the pipeline steps default execution queue (per specific step we can override it with the decorator)
|
||||||
PipelineDecorator.set_default_execution_queue('moshik')
|
PipelineDecorator.set_default_execution_queue('default')
|
||||||
# run the pipeline steps as subprocess on the current machine, for debugging purposes
|
# run the pipeline steps as subprocess on the current machine, for debugging purposes
|
||||||
# PipelineDecorator.debug_pipeline()
|
# PipelineDecorator.debug_pipeline()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user