Skip to content

Commit 952138b

Browse files
Funkenjaegerqu1ck
authored andcommitted
(Eagle) Fix parsing logic error in footprints
1 parent 1b551f5 commit 952138b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InteractiveHtmlBom/ecad/fusion_eagle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ def _process_footprint(self, package, x, y, angle, mirrored, populate):
489489
dwg_layer = self.pcbdata['edges']
490490
top = True
491491
else:
492-
return
492+
continue
493493

494494
dwg = None
495495

0 commit comments

Comments
 (0)