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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
select()
throw_on_missing
Describe the bug The following code should raise an exception, but does not:
cfg = OmegaConf.create(["???"]) OmegaConf.select(cfg, key, default=0, throw_on_missing=True)
The text was updated successfully, but these errors were encountered:
Fix handling of throw_on_missing flag for select() on ListConfig
3380d7f
Fixes omry#563
cc90bb3
313d9fa
odelalleau
Successfully merging a pull request may close this issue.
Describe the bug
The following code should raise an exception, but does not:
The text was updated successfully, but these errors were encountered: