Skip to content
Snippets Groups Projects
Commit 6949768d authored by Malte Matthey's avatar Malte Matthey
Browse files

do not buffer log of script

parent fa9123d6
Branches
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ void ScriptWorker::convertAndExecuteNotebook() {
void ScriptWorker::executeConvertedScript() {
qDebug() << "Executing converted Notebook...";
ProcessRunner *runner = new ProcessRunner("python3",
{convertedScriptPath},
{"-u", convertedScriptPath},
timeoutSeconds,
this,
"Robot Script");
......@@ -106,7 +106,7 @@ void ScriptWorker::evaluateScriptInParallel() {
void ScriptWorker::checkResult() {
qDebug() << "Checking result...";
ProcessRunner *runner = new ProcessRunner("python3",
{evalScriptPath},
{"-u", evalScriptPath},
timeoutSeconds,
this,
"Evaluation");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment