From 7443b1676490300ea5f4f671ad4e3b4bd8fa8bd8 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Thu, 4 Jan 2024 15:15:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=93=E5=8C=85=EF=BC=8C?= =?UTF-8?q?=E6=9C=AA=E5=B0=86=E8=B5=84=E6=BA=90=E6=89=93=E5=8C=85=E8=BF=9B?= =?UTF-8?q?=E5=8E=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/build_exe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/build_exe.py b/tests/build_exe.py index 0198ee2..7bbc007 100644 --- a/tests/build_exe.py +++ b/tests/build_exe.py @@ -109,7 +109,7 @@ if package_path: file_path = os.path.join(root, file) datas_741258.append(f'''(r'{file_path}', r'{os.path.dirname(file_path.replace(package_path, "")[1:])}' )''') datas_741258 = ",\n".join(datas_741258) - print(datas_741258) + # print(datas_741258) # ็”Ÿๆˆ spec ๆ–‡ไปถ spec_content = spec_content.format(root_path=root_path, hidden_imports=hidden_imports, datas_741258=datas_741258) spec_file = os.path.join("dist", "pywxdump.spec")