This commit is contained in:
xinzish
2024-04-08 23:41:36 +08:00
parent c1a5759220
commit 46f898a000
5 changed files with 33 additions and 7 deletions

View File

@@ -51,7 +51,7 @@ def dump_inp(project: str, inp: str, version: str = '3'):
if os.path.exists(path):
os.remove(path)
file = open(path, mode='w')
file = open(path, mode='w',encoding="UTF-8")
for name in section_name:
if name == TITLE: