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:
parent
6f38709a1c
commit
79a7849894
@ -146,7 +146,7 @@ wxString JOB::GetFullOutputPath( PROJECT* aProject ) const
|
||||
}
|
||||
}
|
||||
|
||||
return m_outputPath;
|
||||
return outPath;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user