Skip to content

When a processor raises an exception, there's no traceback #9

@tm-kn

Description

@tm-kn

As things stand, if a processor raises an exception, we get no traceback - just an exception message.

I think it would be advisable to allow for that so that mysterious error messages make more sense to the end user.

Perhaps in the exception block, we could do something like:

except Exception as e:  # noqa: BLE001
    traceback.format_exc()

Or create a bespoke exception class, so that we don't catch unhandled exceptions at all.

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