Skip to content

Commit b32fe59

Browse files
committed
[SVG][Fixed] run methode for pcbnew
1 parent 537dabb commit b32fe59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kibot/out_svg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ def config(self, parent):
9191
# Margin
9292
self._margin, self.margin = PcbMargin.solve(self.margin)
9393

94-
def run(self, output_dir, layers):
95-
super().run(output_dir, layers)
94+
def run(self, output_dir, layers, common_layers):
95+
super().run(output_dir, layers, common_layers)
9696
if not self.limit_viewbox:
9797
return
9898
if self.scaling != 1:

0 commit comments

Comments
 (0)