adobe / himl

A hierarchical yaml config in Python

Home Page:https://pypi.org/project/himl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing args in ConfigGenerator dynamic data sources method

danielcoman opened this issue · comments

Expected Behaviour

When using dynamic data sources default merging strategies should be used.

Actual Behaviour

Method missing args:

TypeError: ConfigGenerator.merge_value() missing 3 required positional arguments: 'type_strategies', 'fallback_strategies', and 'type_conflict_strategies'