Add 3rdparty/plugins to plugin search

This commit is contained in:
qu1ck
2021-08-27 21:11:47 +00:00
committed by Seth Hillbrand
parent 4be115ca55
commit 78ab69027d
6 changed files with 67 additions and 44 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ void KIPYTHON_FRAME::SetupPythonEditor()
PyLOCK lock;
// Make sure the kicad_pyshell module is in the path
wxString sysPath = SCRIPTING::PyScriptingPath( false );
wxString sysPath = SCRIPTING::PyScriptingPath( SCRIPTING::PATH_TYPE::STOCK );
auto locals = pybind11::dict( "stock_path"_a = sysPath.ToStdString() );
pybind11::exec( R"(