Fix ProgressBar.progress() call

Signed-off-by: Libor Pechacek <lpechacek@suse.com>
python3
Libor Pechacek 6 years ago committed by root
parent 16b4846505
commit 026fb4b1d2

@ -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)

Loading…
Cancel
Save