Skip to content

Finding sets by set code pulls in all sets #29

@MichaelJAndy

Description

@MichaelJAndy

The following code returns 448 results where it should only return one.

from mtgsdk import Set
sets = Set.find('ktk').all()
len(sets)

I obtained this snippet from the code examples on the repo readme https://github.com/MagicTheGathering/mtg-sdk-python/blob/master/README.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions