Skip to content

Commit

Permalink
fix args get cli
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Jul 12, 2023
1 parent 4f03276 commit bb22609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oda_api/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def cli(obj, debug=False, dispatcher_url=None, test_connection=False, wait=True,
@click.option("-p", "--product", default=None)
@click.option("-a", "--argument", default=None, multiple=True)
@click.pass_obj
def get(obj, instrument, product, argument, _discover_token):
def get(obj, instrument, product, argument):
if instrument is None:
logger.info("found instruments: %s", obj['dispatcher'].get_instruments_list())
else:
Expand Down

0 comments on commit bb22609

Please sign in to comment.