refine
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user