You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because in https://github.com/chimpler/pyhocon/blob/master/pyhocon/config_parser.py#L395 substitutions are explicitly disabled. If I understand the specification correctly, this is correct, as substitutions should happen "globally" after the object has been parsed. However with this implementation, such behaviour proves to be difficult to implement. Any ideas?
Using
pyhocon==0.3.59
including child configs breaks the substitution. See attached sample.zip.You can verify this example using:
The resulting output contains an empty:
Although according to substitution rules my_obj should contain a
key_a
with valuedefault
.The text was updated successfully, but these errors were encountered: