From f13e3c66a5ed06bc0c169e18ce08afe7415fdcf7 Mon Sep 17 00:00:00 2001 From: betterbeast2023 Date: Mon, 8 Jun 2026 06:48:56 +0800 Subject: [PATCH] =?UTF-8?q?fix(merge=5Ftransactions.py):=20=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E5=86=97=E4=BD=99=E8=B5=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: aider (ollama/gemma4:12b) --- merge_transactions.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/merge_transactions.py b/merge_transactions.py index d550b42..dd84c1b 100644 --- a/merge_transactions.py +++ b/merge_transactions.py @@ -54,6 +54,5 @@ def merge_excel_files(input_dir): print("未找到任何包含 '交易流水' 工作表的 Excel 文件。") if __name__ == "__main__": - user_path = r"d:input" user_path = input("> ").strip() -merge_excel_files(user_path) + merge_excel_files(user_path)