Keith Robertson has uploaded a new change for review.

Change subject: tools: Don't print help on error (BZ858968)
......................................................................

tools: Don't print help on error (BZ858968)

Change-Id: I8698c1c32010d889ebae4ccb99df10c590e39ff5
Signed-off-by: Keith Robertson <krobe...@redhat.com>
---
M src/engine-image-uploader.py
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-image-uploader 
refs/changes/90/8090/1

diff --git a/src/engine-image-uploader.py b/src/engine-image-uploader.py
index 4fd5eb1..62ef9d1 100644
--- a/src/engine-image-uploader.py
+++ b/src/engine-image-uploader.py
@@ -1406,7 +1406,6 @@
     except Exception, e:
         logging.error("%s" % e)
         logging.info(_("Use the -h option to see usage."))
-        parser.print_help()
         if conf and (conf.get("verbose")):
             logging.debug(_("Configuration:"))
             logging.debug(_("command: %s") % conf.command)


--
To view, visit http://gerrit.ovirt.org/8090
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8698c1c32010d889ebae4ccb99df10c590e39ff5
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-image-uploader
Gerrit-Branch: master
Gerrit-Owner: Keith Robertson <krobe...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to