openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #03592
Re: [Merge] lp:~savoirfairelinux-openerp/lp-community-utils/progressbar into lp:lp-community-utils
I didn't test with version 2.2, I assumed it would work.
What version do you have with pip?
The version I used (I have Arch, not Ubuntu) is 2.3.
This is the base usage of progressbar (from their documentation)
progress = ProgressBar()
for i in progress(range(80)):
time.sleep(0.01)
The problematic call would be progress(...)
Maybe this is a functionality introduced by 2.3
--
https://code.launchpad.net/~savoirfairelinux-openerp/lp-community-utils/progressbar/+merge/205252
Your team OpenERP Community Reviewer/Maintainer is subscribed to branch lp:lp-community-utils.
References