[merge] Add Ouch!
This commit is contained in:
parent
53e141fc41
commit
f2006eb54f
@ -294,6 +294,8 @@ def merge(self, m, tables):
|
||||
extractor.execute(c)
|
||||
width = extractor.width
|
||||
if width is not defaultWidthXToken:
|
||||
# The following will be wrong if the width is added
|
||||
# by a subroutine. Ouch!
|
||||
c.program.pop(0)
|
||||
else:
|
||||
width = defaultWidthX
|
||||
|
Loading…
x
Reference in New Issue
Block a user