DebugClients/Python/DebugClientBase.py

branch
5_2_x
changeset 1597
4320d71d3424
parent 1509
c0b5e693b0eb
child 1606
446515c955f6
--- a/DebugClients/Python/DebugClientBase.py	Sat Feb 04 19:03:49 2012 +0100
+++ b/DebugClients/Python/DebugClientBase.py	Sun Feb 05 16:26:21 2012 +0100
@@ -1422,7 +1422,7 @@
                             dictkeys = dict.keys()
                         else:
                             dictkeys = range(len(dict))
-                    vlist = self.__formatVariablesList(dictkeys, dict, scope, filter, 
+                    vlist = self.__formatVariablesList(dictkeys, dict, scope, filter,
                                                      formatSequences)
             varlist.extend(vlist)
         

eric ide

mercurial