DebugClients/Python/DebugClientBase.py

changeset 5595
1d4706f786d6
parent 5590
40e18a10d837
parent 5594
6e477a8e990c
child 5616
adcffadf4962
--- a/DebugClients/Python/DebugClientBase.py	Thu Mar 09 17:36:12 2017 +0100
+++ b/DebugClients/Python/DebugClientBase.py	Thu Mar 09 17:42:44 2017 +0100
@@ -1428,7 +1428,7 @@
                 elif resolver:
                     varDict = resolver.getDictionary(variable)
                     vlist = self.__formatVariablesList(
-                        list(dict.keys()), varDict, scope, filterList)
+                        list(varDict.keys()), varDict, scope, filterList)
                     varlist.extend(vlist)
         
         self.sendJsonCommand("ResponseVariable", {

eric ide

mercurial