Skip to content

Instantly share code, notes, and snippets.

@Vibhuti
Created February 5, 2015 18:05
Show Gist options
  • Save Vibhuti/261096255518ddb17907 to your computer and use it in GitHub Desktop.
Save Vibhuti/261096255518ddb17907 to your computer and use it in GitHub Desktop.
Testing argparse for exception
try:
input_args = []
arg_parse_utils.parse_args(arg_meta_list, input_args)
except SystemExit:
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment