Skip to content
Snippets Groups Projects
Commit 7890feea authored by mantid-builder's avatar mantid-builder
Browse files

Merge remote-tracking branch 'origin/release-v3.12'

parents e7170513 05a069bc
No related branches found
No related tags found
No related merge requests found
...@@ -342,7 +342,7 @@ void SaveWorkspaces::saveSel() { ...@@ -342,7 +342,7 @@ void SaveWorkspaces::saveSel() {
} // end if save in this format } // end if save in this format
} // end loop over formats } // end loop over formats
saveCommands += "print 'success'"; saveCommands += "print('success')";
QString status(runPythonCode(saveCommands).trimmed()); QString status(runPythonCode(saveCommands).trimmed());
if (m_saveAsZeroErrorFree) { if (m_saveAsZeroErrorFree) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment