Commit cc90e9e8 authored by Sebastien Luttringer's avatar Sebastien Luttringer
Browse files

error already exit with an error code

parent d468c005
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -551,7 +551,6 @@ try:
    args.func(p_main, args)
except Exception as e:
    error(e)
    exit(2)
except KeyboardInterrupt:
    warn("Keyboard Interrupted")
    exit(1)