7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-20 12:01:41 +00:00

Fix correct path not being used

Fixes https://gitlab.com/kicad/code/kicad/-/issues/19784
This commit is contained in:
Marek Roszko 2025-02-10 07:19:04 -05:00
parent 6f38709a1c
commit 79a7849894

View File

@ -146,7 +146,7 @@ wxString JOB::GetFullOutputPath( PROJECT* aProject ) const
}
}
return m_outputPath;
return outPath;
}