Fix build issue in c9925704

This commit is contained in:
Jon Evans 2020-08-09 12:42:43 -04:00
parent 43ab43ec9e
commit 2d84092457
1 changed files with 2 additions and 0 deletions

View File

@ -1231,6 +1231,8 @@ void PCB_EDIT_FRAME::PythonPluginsShowFolder()
system( msg.c_str() );
#else
wxString pypath( PYTHON_DEST );
// Quote in case there are spaces in the path.
AddDelimiterString( pypath );