Skip to content

Improve error handling #262

@dholth

Description

@dholth

Rever will try to substitute dicts into format strings, but will not print anything about the data that caused the error.

Instead, it should augment the builtin exceptions with a list of missing keys in the dict, or prompt the user for the missing value.

For example, use https://docs.python.org/3.1/library/string.html#string.Formatter.parse to show which $substitution in the string is missing.

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