Correct board directive on macOS too

This commit is contained in:
John Pateman 2020-04-27 21:49:39 +01:00
parent 352275339a
commit 1497b87bce
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ from pcbnew import *
def processBoard(boardName, plotDir): # Load board and initialize plot controller
board = LoadBoard(boardName)
board = pcbnew.LoadBoard(boardName)
boardbox = board.ComputeBoundingBox()
boardxl = boardbox.GetX()
boardyl = boardbox.GetY()