Skip to content

FieldsPreparer raises KeyError on missing key in dict  #123

@adam0z

Description

@adam0z

How does FieldsPreparer catch missing keys?
There is

value = data[part]

instead of

value = data.get(part)

so I get KeyError.

Should it be fixed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions