diff options
-rw-r--r-- | buildtools/wafsamba/nothreads.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtools/wafsamba/nothreads.py b/buildtools/wafsamba/nothreads.py index a7cfa7302e..d227ce1a97 100644 --- a/buildtools/wafsamba/nothreads.py +++ b/buildtools/wafsamba/nothreads.py @@ -199,6 +199,7 @@ class Parallel(object): # run me: put the task in ready queue tsk.position = (self.processed, self.total) self.count += 1 + self.processed += 1 tsk.master = self process(tsk) |