ssato / python-anyconfig

Python library provides common APIs to load and dump configuration files in various formats
MIT License
275 stars 31 forks source link

fix: [api] update context with loaded data in api.multi_load #128

Closed ssato closed 3 years ago

ssato commented 3 years ago

Ensure context (ac_context), mapping object to render templates, updated with loaded data in api.multi_load correctly if ac_template == True.

And add test data tests/res/multi_load/template/20/ to test this works as expected.