Missed a variable name change.

Wed, 08 Mar 2017 22:28:39 +0100

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Wed, 08 Mar 2017 22:28:39 +0100
changeset 5594
6e477a8e990c
parent 5593
0f61eae74237
child 5595
1d4706f786d6

Missed a variable name change.

DebugClients/Python/DebugClientBase.py file | annotate | diff | comparison | revisions
--- a/DebugClients/Python/DebugClientBase.py	Wed Mar 08 21:52:37 2017 +0100
+++ b/DebugClients/Python/DebugClientBase.py	Wed Mar 08 22:28:39 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