on map only files the first line is no longer skipped...
...when converting the maps. esr could you review the patch, Soliton tested it and seems to work.
This commit is contained in:
parent
13ffb08c9c
commit
a106067a84
1 changed files with 5 additions and 4 deletions
|
@ -440,6 +440,7 @@ def translator(filename, mapxforms, textxform):
|
||||||
newdata = []
|
newdata = []
|
||||||
lineno = baseline = 0
|
lineno = baseline = 0
|
||||||
while mfile:
|
while mfile:
|
||||||
|
if not map_only:
|
||||||
line = mfile.pop(0)
|
line = mfile.pop(0)
|
||||||
if verbose >= 3:
|
if verbose >= 3:
|
||||||
sys.stdout.write(line + terminator)
|
sys.stdout.write(line + terminator)
|
||||||
|
|
Loading…
Add table
Reference in a new issue