Created
February 5, 2015 18:05
-
-
Save Vibhuti/261096255518ddb17907 to your computer and use it in GitHub Desktop.
Testing argparse for exception
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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