Commit 19014d29 authored by Seblu's avatar Seblu
Browse files

Remove usage on error

Credits to Aurelien Dunand
parent 195ce71d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -261,7 +261,6 @@ try:
    # let's go
    args.func(p_main, args)
except Exception as e:
    p_main.print_usage()
    error(e)
except KeyboardInterrupt:
    warn("Keyboard Interrupted")