mirror of
https://github.com/clearml/clearml
synced 2025-03-03 18:52:12 +00:00
PEP8
This commit is contained in:
parent
25df5efe74
commit
9d096d8ab0
@ -1233,7 +1233,8 @@ class PipelineController(object):
|
|||||||
if not node.base_task_id and not node.task_factory_func and node.job_code_section:
|
if not node.base_task_id and not node.task_factory_func and node.job_code_section:
|
||||||
if node.job_code_section in self._nodes:
|
if node.job_code_section in self._nodes:
|
||||||
func = self._nodes[node.job_code_section].task_factory_func
|
func = self._nodes[node.job_code_section].task_factory_func
|
||||||
if func: node.task_factory_func = func
|
if func:
|
||||||
|
node.task_factory_func = func
|
||||||
if not self._verify():
|
if not self._verify():
|
||||||
raise ValueError("Failed verifying pipeline execution graph, "
|
raise ValueError("Failed verifying pipeline execution graph, "
|
||||||
"it has either inaccessible nodes, or contains cycles")
|
"it has either inaccessible nodes, or contains cycles")
|
||||||
|
Loading…
Reference in New Issue
Block a user