From 8ae0a76b58cd534b03cd165aed2cf8f08e8ca1f1 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Mon, 26 Aug 2024 09:40:43 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E9=AA=8C=E6=BA=90.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/验源.py | 1 + 1 file changed, 1 insertion(+) diff --git a/py/验源.py b/py/验源.py index 8b4f212..0d54d15 100644 --- a/py/验源.py +++ b/py/验源.py @@ -103,5 +103,6 @@ try: f.write(line + '\n') print(f"合并后的文本已保存到文件: {output_file}") except Exception as e: + continue # 打印保存文件时的错误信息 print(f"保存文件时发生错误:{e}")