Quote BOM executable for spaces

This commit is contained in:
Seth Hillbrand 2022-02-09 10:53:09 -08:00
parent 861589d837
commit d75329b6f1
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ BOM_GENERATOR_HANDLER::BOM_GENERATOR_HANDLER( const wxString& aFile )
if( interpreter.IsEmpty() )
interpreter = wxT( "python" ); // For macOS, should we log here? Error here?
m_cmd = wxString::Format( "%s \"%s\" \"%%I\" \"%%O%s\"",
m_cmd = wxString::Format( wxT( "\"%s\" \"%s\" \"%%I\" \"%%O%s\"" ),
interpreter,
m_file.GetFullPath(),
getOutputExtension( m_info ) );