Skip to content

preview fails with: missing 1 required positional argument: 'imagery_offset' #79

Closed
@jreiberkyle

Description

@jreiberkyle

I am running label-maker version 0.3.1.

When I run label-maker preview -n 3, the following error is thrown:

Traceback (most recent call last):
  File "/opt/conda/bin/label-maker", line 11, in <module>
    sys.exit(cli())
  File "/opt/conda/lib/python3.6/site-packages/label_maker/main.py", line 87, in cli
    preview(dest_folder=dest_folder, number=number, **config)
TypeError: preview() missing 1 required positional argument: 'imagery_offset'

I don't see anything in the README or the cli help mentioning imagery_offset in regard to the preview command.

Some initial digging shows that preview() does require imagery_offset as a positional argument. I'm not sure why that isn't being populated.

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