Fix parsing of Unknown commands
This commit is contained in:
parent
b5f8451c8f
commit
76abd9e3f8
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