From 2ca2b262e0784c715f662142b9613425614b3925 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Wed, 21 Feb 2024 12:34:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E7=94=9F=E6=88=90CHANGELOG.m?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/gen_change_log.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/gen_change_log.py b/tests/gen_change_log.py index 329601c..d5b7934 100644 --- a/tests/gen_change_log.py +++ b/tests/gen_change_log.py @@ -54,7 +54,6 @@ PyWxDump_path = os.path.dirname((current_path)) log_path = os.path.join(current_path, "log.txt") CHANGE_LOG_PATH = os.path.join(PyWxDump_path, "doc", "CHANGELOG.md") - # 调用cmd执行命令,先cd到目录 D:\_code\py_code\test\a2023\b0821wxdb\PyWxDump os.chdir(PyWxDump_path) os.system(f'git log --oneline --decorate > "{log_path}"')