Skip to content
New issue

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

Wrong exception on indirect access to missing value #99

Closed
omry opened this issue Dec 22, 2019 · 1 comment · Fixed by #86
Closed

Wrong exception on indirect access to missing value #99

omry opened this issue Dec 22, 2019 · 1 comment · Fixed by #86

Comments

@omry
Copy link
Owner

omry commented Dec 22, 2019

foo:
  bar: ???
  foo: ${bar}
cfg = OmegaConf.create(..)
cfg.foo # should throw MissingMandatoryValue but throws KeyError
@omry omry added this to the OmegaConf 2.0.0 milestone Dec 22, 2019
@omry
Copy link
Owner Author

omry commented Dec 22, 2019

Fixed in #87

@omry omry closed this as completed Dec 22, 2019
@omry omry mentioned this issue Dec 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant