chimpler / pyhocon

HOCON parser for Python
Apache License 2.0
502 stars 118 forks source link

adding the resolve method to resolve substitution keys in 1 config tree with another config tree #266

Closed borissmidt closed 3 years ago

borissmidt commented 3 years ago

The main difference is that with a fallback you merge the 2 configs into a super config. With a resolve you only fill in the keys that where are not resolved in the config file.

darthbear commented 3 years ago

Thank you @borissmidt for the fix!