Skip to content

Defect in addCollectionItems prevents usage #128

@DeezDB

Description

@DeezDB

outliers = [item for item in item_types if item._type != item_type]

The line above has a typo in it, it currently is

    outliers = [item for item in item_types if item._type != item_type]

It was presumably intended to be

    outliers = [item for item in item_types if item != item_type]

Thanks!

  • D

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