Loading bin/cc-cli +1 −1 Original line number Diff line number Diff line Loading @@ -165,7 +165,7 @@ except BadArgument as e: printer.error("Bad Argument: %s"%str(e)) oparser.print_help() except KeyboardInterrupt: exit(1) sys.exit("Interrupted") except cliError as e: printer.error("%s: %s"%(type(e), str(e))) except Exception as e: Loading Loading
bin/cc-cli +1 −1 Original line number Diff line number Diff line Loading @@ -165,7 +165,7 @@ except BadArgument as e: printer.error("Bad Argument: %s"%str(e)) oparser.print_help() except KeyboardInterrupt: exit(1) sys.exit("Interrupted") except cliError as e: printer.error("%s: %s"%(type(e), str(e))) except Exception as e: Loading