forgotten python_scripting.cpp fix.
This commit is contained in:
parent
01ae08a9a9
commit
718053376d
|
@ -176,6 +176,8 @@ bool pcbnewInitPythonScripting( const char * aUserPluginsPath )
|
|||
return false;
|
||||
}
|
||||
|
||||
wxPythonLoaded = true;
|
||||
|
||||
// Save the current Python thread state and release the
|
||||
// Global Interpreter Lock.
|
||||
|
||||
|
|
Loading…
Reference in New Issue