h
This commit is contained in:
@@ -31,7 +31,7 @@ except Exception:
|
||||
WorkerManagerRegistry = None
|
||||
from SYS.logger import set_debug
|
||||
from SYS.rich_display import capture_rich_output
|
||||
from SYS.result_table import ResultTable
|
||||
from SYS.result_table import Table
|
||||
|
||||
|
||||
@dataclass(slots=True)
|
||||
@@ -199,7 +199,7 @@ class PipelineRunner:
|
||||
|
||||
if table is None and items:
|
||||
try:
|
||||
synth = ResultTable("Results")
|
||||
synth = Table("Results")
|
||||
for item in items:
|
||||
synth.add_result(item)
|
||||
table = synth
|
||||
|
||||
Reference in New Issue
Block a user