Correct argv usage

pull/7410/head
Jimmy Brisson 2018-07-06 10:22:37 -05:00
parent 44030c23d3
commit ec0a4933fa
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ def get_args(argv):
def main():
"""Entry point"""
# Parse Options
options, parser = get_args(sys.argv)
options, parser = get_args(sys.argv[1:])
# Print available tests in order and exit
if options.list_tests: