BOM发料对比

This commit is contained in:
hjq
2026-06-23 11:02:37 +08:00
parent a8a6388d85
commit 9be2b1373f
5 changed files with 111 additions and 35 deletions

View File

@@ -74,7 +74,8 @@ if btn:
print("数据已保存至:", path)
sys.exit(0)
except Exception as e:
pass
import traceback
print(f"发生全局异常: {e}\n{traceback.format_exc()}")
print("没有找到匹配的数据")
else: