Skip to content

get_mission_data errors #35

@michaelaye

Description

@michaelaye

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions