Skip to content

Commit

Permalink
Save the python output WS name
Browse files Browse the repository at this point in the history
Refs #10903
  • Loading branch information
DanNixon committed Mar 26, 2015
1 parent 3695ac1 commit 5d0f40e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -105,7 +105,7 @@ namespace IDA
m_batchAlgoRunner->executeBatchAsync();

// Set the result workspace for Python script export
m_pythonExportWsName = "";
m_pythonExportWsName = outputWsName.toStdString();
}


Expand Down

0 comments on commit 5d0f40e

Please sign in to comment.