aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorvolpino <fox91@anche.no>2012-07-09 18:15:34 +0200
committervolpino <fox91@anche.no>2012-07-09 18:15:34 +0200
commit02be58024af712bca701b8383fa5070eeb903400 (patch)
tree5f297b739a353d0c01601d3173e4b95266c1c8ba /bin
parenteuscanwww: Adding a problem reporting form in package page (diff)
downloadeuscan-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-xbin/euscan2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/euscan b/bin/euscan
index d0f0b25..4bbbec9 100755
--- a/bin/euscan
+++ b/bin/euscan
@@ -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"]: