Skip to content

[bug] Error handling is broken on dev branch  #166

Closed
@drobnyjt

Description

@drobnyjt

Description
Something upstream has caused PyO3 to stop cooperating with the error handling offered by anyhow. Anyhow's Ok() can no longer be used as a PyErr type; all that needs to be done to fix this is clarify what is to be imported from anyhow - I don't actually need anyhow's Ok(), so removing use anyhow::* seems like it fixes the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions