mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 16:13:44 +00:00
Revert "Always return a path if we can't normalize it"
This reverts commit 7bdea16b1f
.
This commit is contained in:
parent
7bdea16b1f
commit
1572d90ee7
@ -118,10 +118,6 @@ wxString NormalizePath( const wxFileName& aFilePath, const ENV_VAR_MAP* aEnvVars
|
||||
|
||||
normalizedFullPath += aFilePath.GetFullName();
|
||||
}
|
||||
else
|
||||
{
|
||||
normalizedFullPath = aFilePath.GetFullPath();
|
||||
}
|
||||
|
||||
return normalizedFullPath;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user