-
Committer:
John Arbash Meinel
-
Date:
2009-02-18 16:02:36 UTC
-
mto:
This revision was merged to the branch mainline in
revision
4018.
-
Revision ID:
john@arbash-meinel.com-20090218160236-vjuspv4igqlijq7y
Get a pb.tick() to work after calling pb.update()
Calling pb.tick() does an update with current_cnt = None.
This often is fine, as long as you haven't called update() before
with a total_count. Once total_count is set, then there were
code paths that didn't handle missing current_count.