Del os in build_confs

This commit is contained in:
Johnshall
2021-12-06 19:04:22 +08:00
parent f06e7dad03
commit 8d5af11262

View File

@@ -2,7 +2,7 @@
import re import re
import time import time
import os
# confs names in template/ and ../ # confs names in template/ and ../
# except sr_head and sr_foot # except sr_head and sr_foot
@@ -82,4 +82,4 @@ for conf_name in confs_names:
for mark in marks: for mark in marks:
template = template.replace('{{'+mark+'}}', values[mark]) template = template.replace('{{'+mark+'}}', values[mark])
file_output.write(template) file_output.write(template)