diff --git a/cpuset/cset.py b/cpuset/cset.py index 4564081..d482cf8 100644 --- a/cpuset/cset.py +++ b/cpuset/cset.py @@ -271,7 +271,7 @@ class CpuSet(object): raise if prog: tick += 1 - pb(tick) + pb.progress(tick) if len(notfound) > 0: log.info('**> %s tasks were not found, so were not moved', len(notfound)) log.debug(' not found: %s', notfound)