Be more verbose

This commit is contained in:
cncfanatics
2010-11-10 09:08:37 +01:00
parent 480cfde6ae
commit 1fdb1dc55f

View File

@@ -120,7 +120,7 @@ class GraphFrame(wx.Frame):
success, status = view.getPoints(values)
if not success:
#TODO: Add a pwetty statys bar to report errors with
self.SetStatusText("Invalid values")
self.SetStatusText(status)
return
x, y = success, status