diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-31 21:26:33 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:21 +1000 |
commit | c0b67c6e7e1541ed04cd48bb215f03ed7357d5cf (patch) | |
tree | 2b349692db2d3c3ce1d3824eba6e119357757660 /buildtools/wafsamba/nothreads.py | |
parent | a7386c9625d1f45c609f3ac688dcda62e5f50e2a (diff) | |
download | samba-c0b67c6e7e1541ed04cd48bb215f03ed7357d5cf.tar.gz |
build: fixed the task counter when nothreads is used
Diffstat (limited to 'buildtools/wafsamba/nothreads.py')
-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 a7cfa7302e3..d227ce1a973 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) |