Update KICAD6->KICAD7

This commit is contained in:
Seth Hillbrand
2023-01-22 10:38:02 -08:00
parent b39aae6a93
commit a9ed47f06c
19 changed files with 74 additions and 70 deletions
+1 -1
View File
@@ -537,7 +537,7 @@ wxString SCRIPTING::PyScriptingPath( PATH_TYPE aPathType )
break;
case THIRDPARTY:
const ENV_VAR_MAP& env = Pgm().GetLocalEnvVariables();
auto it = env.find( "KICAD6_3RD_PARTY" );
auto it = env.find( "KICAD7_3RD_PARTY" );
if( it != env.end() && !it->second.GetValue().IsEmpty() )
path = it->second.GetValue();