diff options
author | volpino <fox91@anche.no> | 2012-07-09 18:15:34 +0200 |
---|---|---|
committer | volpino <fox91@anche.no> | 2012-07-09 18:15:34 +0200 |
commit | 02be58024af712bca701b8383fa5070eeb903400 (patch) | |
tree | 5f297b739a353d0c01601d3173e4b95266c1c8ba /bin | |
parent | euscanwww: Adding a problem reporting form in package page (diff) | |
download | euscan-02be58024af712bca701b8383fa5070eeb903400.tar.gz euscan-02be58024af712bca701b8383fa5070eeb903400.tar.bz2 euscan-02be58024af712bca701b8383fa5070eeb903400.zip |
euscanwww: Minor fixes
Signed-off-by: volpino <fox91@anche.no>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/euscan | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -252,7 +252,7 @@ def main(): if CONFIG['progress']: on_progress_gen = progress_bar() on_progress = on_progress_gen.next() - on_progress(maxval=len(queries) * 100, increment=0) + on_progress(maxval=len(queries) * 100, increment=0, label="Working...") for query in queries: if CONFIG["progress"]: |