-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Something has gone awry with the get_mission_data CLI:
Directly after installation into a Python 3.7 environment, trying to use it I get:
$ get_mission_data -h (py37)
Traceback (most recent call last):
File "/Users/klay6683/miniconda3/envs/py37/bin/get_mission_data", line 10, in <module>
sys.exit(cli())
TypeError: cli() missing 1 required positional argument: 'args'
klay6683@macl3886|~/D/data
$ get_mission_data --help (py37)
Traceback (most recent call last):
File "/Users/klay6683/miniconda3/envs/py37/bin/get_mission_data", line 10, in <module>
sys.exit(cli())
TypeError: cli() missing 1 required positional argument: 'args'Metadata
Metadata
Assignees
Labels
No labels