don't print the error message on sys.exit(0)
This commit is contained in:
@@ -1125,7 +1125,7 @@ def main():
|
|||||||
print _("Possible wrong number of arguments supplied")
|
print _("Possible wrong number of arguments supplied")
|
||||||
print "%s %s: %s" % (category, action, fn.__doc__)
|
print "%s %s: %s" % (category, action, fn.__doc__)
|
||||||
raise
|
raise
|
||||||
except:
|
except Exception:
|
||||||
print _("Command failed, please check log for more info")
|
print _("Command failed, please check log for more info")
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user