From 84a764dad5a1a16ee48f2eb61e532ba311ffb4cf Mon Sep 17 00:00:00 2001 From: Corentin Chary Date: Mon, 2 Jul 2012 11:20:18 +0200 Subject: [PATCH] euscan: allow --progress with --quiet Signed-off-by: Corentin Chary --- bin/euscan | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/euscan b/bin/euscan index 963193f..7e6b593 100755 --- a/bin/euscan +++ b/bin/euscan @@ -188,7 +188,7 @@ def parse_args(): getopt_options['short']['global'] = "hVCqv1bf:p" getopt_options['long']['global'] = [ "help", "version", "nocolor", "quiet", "verbose", "oneshot", - "brute-force=", "format=" + "brute-force=", "format=", "progress" ] short_opts = getopt_options['short']['global'] @@ -241,7 +241,7 @@ def main(): if CONFIG['verbose'] > 2: HTTPConnection.debuglevel = 1 - if not CONFIG["format"]: + if not CONFIG["format"] and not CONFIG['quiet']: CONFIG["progress"] = False on_progress = None