Skip to content

Commit

Permalink
Refs #5421 Fix ResNorm plotting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jackson committed Sep 25, 2013
1 parent 4ba773e commit 4b56d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidQt/CustomInterfaces/src/ResNorm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ namespace MantidQt
QString plot = m_uiForm.cbPlot->currentText();

pyInput += "ResNormRun('"+VanName+"', '"+ResName+"', "+ERange+", "+nBin+","
" Save="+save+", Plot="+plot+", Verbose="+verbose+")\n";
" Save="+save+", Plot='"+plot+"', Verbose="+verbose+")\n";

runPythonScript(pyInput);
}
Expand Down

0 comments on commit 4b56d20

Please sign in to comment.