Fix double loading plugins and sys.path entires multiplying
This commit is contained in:
committed by
jean-pierre charras
parent
b9a834e600
commit
b53b68c686
@@ -67,7 +67,7 @@ bool SCRIPTING_TOOL::Init()
|
||||
PyDict_SetItemString( sys_mod, "_pcbnew", mod );
|
||||
Py_DECREF( mod );
|
||||
|
||||
callLoadPlugins();
|
||||
// plugins will be loaded later via ReloadPlugins()
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user