修复多步运行时参数传递及文件读取问题

This commit is contained in:
DXC
2026-05-08 09:27:07 +08:00
parent 742bc392a5
commit 0f36da742f
3 changed files with 111 additions and 9 deletions

View File

@ -310,7 +310,7 @@ class WorkerThread(QThread):
step_config.pop('prediction_csv_dir', None)
step_config.pop('recursive_csv_scan', None)
if step_name in ['step2', 'step3', 'step4', 'step5', 'step7', 'step8', 'step8_5', 'step8_75']:
if step_name in ['step2', 'step3', 'step4', 'step5', 'step6', 'step7', 'step8', 'step8_5', 'step8_75']:
step_config.pop('output_path', None)
if step_name == 'step8_5' and 'models_dir' in step_config: