summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/monkey-driver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monkey-driver.py b/test/monkey-driver.py
index 226c028e7..57c6c54b3 100755
--- a/test/monkey-driver.py
+++ b/test/monkey-driver.py
@@ -60,7 +60,7 @@ def conds_met(ctx, conds):
assert(status == "complete") # TODO: Add more status support?
if window == "*all*":
for win in ctx['windows'].items():
- if win.throbbing:
+ if win[1].throbbing:
return False
else:
win = ctx['windows'][window]