9a462d9414
For some reason, when calling python and giving a full filename script, the last separator in the filename must be '/', not '\'. Otherwise the import command inside the script does not find files to import in the same folder as the script. We cannot replace blindly '\' to '/' in command line because it does not work for file on a server (name starting by \\server_name\). So the fix is just replacing one '\' in python script full filename. This is not perfect, but at least it works for newly created plugin commands. |
||
---|---|---|
.. | ||
netlist_exporter.cpp | ||
netlist_exporter.h | ||
netlist_exporter_cadstar.cpp | ||
netlist_exporter_cadstar.h | ||
netlist_exporter_generic.cpp | ||
netlist_exporter_generic.h | ||
netlist_exporter_kicad.cpp | ||
netlist_exporter_kicad.h | ||
netlist_exporter_orcadpcb2.cpp | ||
netlist_exporter_orcadpcb2.h | ||
netlist_exporter_pspice.cpp | ||
netlist_exporter_pspice.h |