Skip to content

Error message for KeyError is incorrect #14

@sfeister

Description

@sfeister

An error message in opac-convert.py:

# Use handle_dict to create the eos_dict based on the input format. try: self.eos_dict = self.handle_dict[args.input]() except KeyError: raise KeyError('Must use valid format name.')

May assume a format name error, but this does not match the errors experienced.

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