Board needs to call super on execute
This commit is contained in:
parent
c66b554b46
commit
d17d97f678
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ class BoardObject(BaseObject):
|
||||||
|
|
||||||
|
|
||||||
def execute(self, feature):
|
def execute(self, feature):
|
||||||
|
super(BoardObject, self).execute(feature)
|
||||||
|
|
||||||
if self.kicad_board is None:
|
if self.kicad_board is None:
|
||||||
self.kicad_board = self.get_api().kicad.get_board()
|
self.kicad_board = self.get_api().kicad.get_board()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue