Skip to content

Python Example Cannot Unpack non-iterable int Object #4

Description

@Bardia-Sahami

Regarding the python example:
for id, data in files:
should be changed to
for id, data in files.items():

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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