Skip to content

Add library name to error message #43

Open
@tyeth

Description

@tyeth

Just got this error

raise ImportError("This functionality requires the library") from err

appears to be missing the pyasn1 text

# pylint: disable=import-outside-toplevel
try:
from pyasn1.codec.der import encoder
except ImportError as err:
raise ImportError("This functionality requires the library") from err

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