Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

426 bug msg keyerror data #428

Merged
14 commits merged into from
Nov 9, 2022
Prev Previous commit
Next Next commit
Update fetch_data.py
  • Loading branch information
bsuryadevara authored and mdemoret-nv committed Nov 3, 2022
commit 30038d411681b962d1b98e0eea3d12750c9f5cd2
2 changes: 1 addition & 1 deletion scripts/fetch_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def parse_args():
argparser = argparse.ArgumentParser("Fetches data not included in the repository by default")
subparsers = argparser.add_subparsers(title='Subcommands',
description='valid subcommands',
#required=True,
required=True,
dest='subcommand')

fetch_parser = subparsers.add_parser('fetch', help='Fetch datasets')
Expand Down