Skip to content

Commit

Permalink
(Eagle) Fix parsing logic error in footprints
Browse files Browse the repository at this point in the history
  • Loading branch information
Funkenjaeger authored and qu1ck committed Apr 2, 2023
1 parent 1b551f5 commit 952138b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InteractiveHtmlBom/ecad/fusion_eagle.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def _process_footprint(self, package, x, y, angle, mirrored, populate):
dwg_layer = self.pcbdata['edges']
top = True
else:
return
continue

dwg = None

Expand Down

0 comments on commit 952138b

Please sign in to comment.