From 781ed6f7248a7ec13fcf04c9921dbc9034e18ecf Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:49:54 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E4=B8=8D=E4=B9=B1=E5=BA=8F=E6=9C=89?= =?UTF-8?q?=E6=95=88=E6=80=A7=E6=A3=80=E6=B5=8B.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/不乱序有效性检测.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/不乱序有效性检测.py b/py/不乱序有效性检测.py index 2481cc0..da7ec61 100644 --- a/py/不乱序有效性检测.py +++ b/py/不乱序有效性检测.py @@ -29,7 +29,7 @@ def write_filtered_lines(output_file_path, filtered_lines): output_file.writelines(filtered_lines) if __name__ == "__main__": - input_file_path = a + input_file_path = '综合源.txt' output_file_path = "有效检测结果.txt" filtered_lines = filter_lines(input_file_path)