diff -r 6cf16e5bfbf9 -r c52d1460cea8 controls/DebugVariablePanel/DebugVariableGraphicViewer.py --- a/controls/DebugVariablePanel/DebugVariableGraphicViewer.py Sat Aug 19 17:17:54 2017 +0300 +++ b/controls/DebugVariablePanel/DebugVariableGraphicViewer.py Sat Aug 19 18:12:20 2017 +0300 @@ -163,7 +163,7 @@ values = eval(data) if not isinstance(values, TupleType): raise ValueError - except: + except Exception: message = _("Invalid value \"%s\" for debug variable") % data values = None