Enable exception handler for python LoadBoard function

This commit is contained in:
Damien Espitallier 2018-02-10 13:46:54 +01:00 committed by Wayne Stambaugh
parent 0bbf961881
commit a04965c36c
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ HANDLE_EXCEPTIONS(PLUGIN::FootprintDelete)
%include <gal/color4d.h>
%include <id.h>
HANDLE_EXCEPTIONS(LoadBoard)
%include <pcbnew_scripting_helpers.h>