#1710 #1665 Wait for octave process to finish when executing through command file interface

This commit is contained in:
Bjørnar Grip Fjær
2017-07-31 11:10:22 +02:00
parent 94703d72c2
commit 48401d5a85
3 changed files with 26 additions and 0 deletions

View File

@@ -60,4 +60,8 @@ void RicfRunOctaveScript::execute()
{
RiaLogging::error(QString("runOctaveScript: Could not execute script %1").arg(m_path()));
}
else
{
RiaApplication::instance()->waitForProcess();
}
}