From 4a99f8962d62425d6b2e0d9df08d5c7742b6dff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B8=A2=E4=BD=8E=E5=90=B8?= Date: Mon, 5 Sep 2022 12:13:33 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E6=AD=A3=E5=BF=AB?= =?UTF-8?q?=E5=8F=96=E5=95=8F=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AutoBuild/builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoBuild/builder.py b/AutoBuild/builder.py index 8573484..da838f5 100644 --- a/AutoBuild/builder.py +++ b/AutoBuild/builder.py @@ -51,7 +51,7 @@ for category in filterlist: else: newversion += str(int(version[1]) + 1) - with open(f'../{filename}', 'r') as files: + with open(f'{filename}', 'r') as files: data = files.read() with open(f'{filename}', 'w') as output: heads: str = HEAD().__getattribute__(category)