We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently if you try to set key starting with underscore, KeyError is raised. https://github.com/release-engineering/kobo/blob/master/kobo/conf.py#L92-L95
KeyError
This is confusing for users encountering this exception, as the documentation says:
Raised when a mapping (dictionary) key is not found in the set of existing keys.
I assume there is some reasoning why these keys are rejected, but I suggest using different exception.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently if you try to set key starting with underscore,
KeyError
is raised.https://github.com/release-engineering/kobo/blob/master/kobo/conf.py#L92-L95
This is confusing for users encountering this exception, as the documentation says:
I assume there is some reasoning why these keys are rejected, but I suggest using different exception.
The text was updated successfully, but these errors were encountered: