Skip to content

snapshots.show does not pass repository resulting in error #21

@nicholasamorim

Description

@nicholasamorim

Running snapshots.show does not passes downstream the value for repository to SnapshotList.

The call happens at curator_invoke.py

elif act_on == 'snapshots':
    return curator.SnapshotList(self.client)

But SnapshotList in curator requires repository, resulting in error:

class SnapshotList(object):
    def __init__(self, client, repository=None):
        verify_client_object(client)
        if not repository:
            raise MissingArgument('No value for "repository" provided')

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