Fix missed IO_MGR rename in Python
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16669
This commit is contained in:
@@ -142,8 +142,8 @@
|
||||
%pythoncode
|
||||
%{
|
||||
def GetPluginForPath(libname):
|
||||
plugin_type = IO_MGR.GuessPluginTypeFromLibPath( libname );
|
||||
return IO_MGR.PluginFind(plugin_type)
|
||||
plugin_type = PCB_IO_MGR.GuessPluginTypeFromLibPath( libname );
|
||||
return PCB_IO_MGR.PluginFind(plugin_type)
|
||||
|
||||
def FootprintEnumerate(libname):
|
||||
plug = GetPluginForPath(libname)
|
||||
|
||||
Reference in New Issue
Block a user