Upgrade the declarative pipeline for cleaner interface (#51)
This commit is contained in:
committed by
GitHub
parent
aab982ddc4
commit
9035e25666
@@ -61,6 +61,9 @@ def from_log_to_dict(pipeline_cls: Type[BaseComponent], log_config: dict) -> dic
|
||||
if name not in logged_infos:
|
||||
logged_infos[name] = [None] * len(dirs)
|
||||
|
||||
if step not in progress:
|
||||
continue
|
||||
|
||||
info = progress[step]
|
||||
if getter:
|
||||
if getter in allowed_resultlog_callbacks:
|
||||
|
Reference in New Issue
Block a user