Initial jobset creation and running within the CLI and GUI.

Incomplete, just pushing this before feature freeze, much fixing left
This commit is contained in:
Marek Roszko
2024-07-15 18:20:13 -04:00
parent 6255586d5b
commit fa7fb115df
150 changed files with 9950 additions and 3247 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ int CLI::SCH_EXPORT_PYTHONBOM_COMMAND::doPerform( KIWAY& aKiway )
std::make_unique<JOB_EXPORT_SCH_PYTHONBOM>( true );
bomJob->m_filename = m_argInput;
bomJob->m_outputFile = m_argOutput;
bomJob->SetOutputPath( m_argOutput );
if( !wxFile::Exists( bomJob->m_filename ) )
{