Fix parsing of Unknown commands
This commit is contained in:
parent
d5c8d896d8
commit
777ffd385b
1 changed files with 4 additions and 0 deletions
|
|
@ -308,6 +308,10 @@ class GerberParser(object):
|
|||
|
||||
if line.find('*') > 0:
|
||||
yield UnknownStmt(line)
|
||||
did_something = True
|
||||
line = ""
|
||||
continue
|
||||
|
||||
oldline = line
|
||||
|
||||
def evaluate(self, stmt):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue