Better reporting of map header starts.
This commit is contained in:
parent
76ced7770e
commit
1b94e8f035
1 changed files with 1 additions and 1 deletions
|
@ -1688,7 +1688,7 @@ def translator(filename, mapxforms, textxform, versions):
|
|||
maptype = "map"
|
||||
elif "mask" in line:
|
||||
maptype = "mask"
|
||||
baseline = 0
|
||||
baseline = lineno
|
||||
cont = True
|
||||
if verbose >= 3:
|
||||
print "*** Entering map mode."
|
||||
|
|
Loading…
Add table
Reference in a new issue