diff --git a/qa/tasks/manypools.py b/qa/tasks/manypools.py index 233c936bf2a..7fe7e43e1b8 100644 --- a/qa/tasks/manypools.py +++ b/qa/tasks/manypools.py @@ -68,6 +68,6 @@ def task(ctx, config): log.info('waiting for pool and object creates') poolprocs[remote] = proc - run.wait(poolprocs.itervalues()) + run.wait(poolprocs.values()) log.info('created all {n} pools and wrote 16 objects to each'.format(n=poolnum))