Skip to content
Snippets Groups Projects
Commit 19014d29 authored by Seblu's avatar Seblu
Browse files

Remove usage on error

Credits to Aurelien Dunand
parent 195ce71d
No related branches found
No related tags found
No related merge requests found
......@@ -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")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment