Bug 3018: restored keys() to monitoredwidgets
svn: r12582
This commit is contained in:
parent
81a0848490
commit
c3578b2ccf
@ -349,7 +349,7 @@ class MonitoredDataType(object):
|
||||
|
||||
map = get_val().get_map().copy()
|
||||
if ignore_values :
|
||||
for key in map:
|
||||
for key in map.keys():
|
||||
try :
|
||||
i = ignore_values.index(key)
|
||||
except ValueError:
|
||||
|
Loading…
x
Reference in New Issue
Block a user