diff --git a/Framework/PythonInterface/mantid/fitfunctions.py b/Framework/PythonInterface/mantid/fitfunctions.py index cb3be69a1c8ea534dcbc792d693177e759b7ae6d..8e4b061c73cbeefb663c29fd4dcc6e966f7c963e 100644 --- a/Framework/PythonInterface/mantid/fitfunctions.py +++ b/Framework/PythonInterface/mantid/fitfunctions.py @@ -209,8 +209,8 @@ class FunctionWrapper(object): raise RuntimeError("startX must be defined if no workspace or xValues are defined.") if not haveEndX: raise RuntimeError("endX must be defined if no workspace or xValues are defined.") - print "Can't plot" - return + else: + raise RuntimeError("insufficient plotting arguments") # Should not occur. outWs = self(spectrumWs) vals = outWs.readY(1)