From 05852735893ed8c19185b8699494029b44b54165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B8=A2=E4=BD=8E=E5=90=B8?= Date: Wed, 31 Aug 2022 09:19:39 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E6=AD=A3=E8=B7=AF?= =?UTF-8?q?=E5=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AutoBuild/auto_update_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoBuild/auto_update_version.py b/AutoBuild/auto_update_version.py index 9308e2f..cd61f01 100644 --- a/AutoBuild/auto_update_version.py +++ b/AutoBuild/auto_update_version.py @@ -25,5 +25,5 @@ with open(f'../{files}', 'r') as f: else: newversion += str(int(version[1])+1) - with open(files, 'w') as f_: + with open(f'../{files}', 'w') as f_: f_.write(read_file.replace(''.join(version), newversion))