Fixed zone-name not having ascterics
This commit is contained in:
parent
35a4d8e3b1
commit
6046842c94
@ -155,7 +155,7 @@ def adaptFileForRequire(zone, dumpFile):
|
|||||||
|
|
||||||
with open(dumpFile, 'r') as fin:
|
with open(dumpFile, 'r') as fin:
|
||||||
with open(f"{dumpFile}.tmp", 'w+') as fout:
|
with open(f"{dumpFile}.tmp", 'w+') as fout:
|
||||||
fout.write(f"D_EXTEND({zone},")
|
fout.write(f'D_EXTEND("{zone}",\n')
|
||||||
|
|
||||||
for line in fin:
|
for line in fin:
|
||||||
if not re.match(ignoreLinesRexp, line):
|
if not re.match(ignoreLinesRexp, line):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user