Partial fix for #1430
This commit is contained in:
@@ -250,7 +250,7 @@ class GraphFrame(wx.Frame):
|
||||
|
||||
self.subplot.plot(x, y)
|
||||
legend.append(fit.name)
|
||||
except:
|
||||
except Exception as ex:
|
||||
pyfalog.warning("Invalid values in '{0}'", fit.name)
|
||||
self.SetStatusText("Invalid values in '%s'" % fit.name)
|
||||
self.canvas.draw()
|
||||
|
||||
Reference in New Issue
Block a user