Migrate imports to SYS package (pipeline/result_table) and update related imports
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled
This commit is contained in:
@@ -184,7 +184,7 @@ class PipelineProgress:
|
||||
return False
|
||||
|
||||
try:
|
||||
from models import PipelineLiveProgress
|
||||
from SYS.models import PipelineLiveProgress
|
||||
|
||||
ui = PipelineLiveProgress([str(label or "pipeline")], enabled=True)
|
||||
ui.start()
|
||||
|
||||
Reference in New Issue
Block a user