Don't add extraneous whitespace.
This commit is contained in:
parent
f1c78b1c1b
commit
b132442dd4
1 changed files with 2 additions and 2 deletions
|
@ -1733,9 +1733,9 @@ def translator(filename, mapxforms, textxform, versions):
|
|||
# Deduce the map type
|
||||
if not map_only:
|
||||
if maptype == "map":
|
||||
newdata.append(leadws + "map_data=\"" + terminator)
|
||||
newdata.append(leadws + "map_data=\"")
|
||||
elif maptype == "mask":
|
||||
newdata.append(leadws + "mask=\"" + terminator)
|
||||
newdata.append(leadws + "mask=\"")
|
||||
original = copy.deepcopy(outmap)
|
||||
for transform in mapxforms:
|
||||
for y in range(len(outmap)):
|
||||
|
|
Loading…
Add table
Reference in a new issue