From 4b00cc2fb35d6a00c903ca5e49e9914d474c85f6 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Sun, 4 Aug 2024 21:58:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/gen_change_log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gen_change_log.py b/tests/gen_change_log.py index c64e7c7..5061fb7 100644 --- a/tests/gen_change_log.py +++ b/tests/gen_change_log.py @@ -49,7 +49,7 @@ def get_max_version_add_1(tag): # git log --oneline --decorate > "D:\_code\py_code\test\a2023\b0821wxdb\test\log.txt" # 获取当前文件所在目录 current_path = os.path.dirname(os.path.abspath(__file__)) -PyWxDump_path = os.path.dirname((current_path)) +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")