Tiago Requeijo
Tiago Requeijo
Can you test PR #37?
Yeah, I noticed that this morning when I realized I only changed one of the methods. I'll take a look at it this weekend
I'll take a look at it this weekend. I'm planning on unifying the way the templating works that will hopefully fix all these issues
Isn't this accomplished with https://github.com/tr11/python-configuration/blob/11177291263b6f8a36c241a65c3bd5834f0919c9/tests/test_configuration_set.py#L601?
I see, you need the `ignore_missing_paths` or `file_optional` in your example to be pushed down to each `config_from_` handler, right?
This should be doable without any breaking changes. I'll have a branch with this soon for you to test.
Can you test the PR https://github.com/tr11/python-configuration/pull/72 to see if it works for your use case? You should be able to now use a `ConfigurationSet` as follows: ``` cfg = ConfigurationSet(...
Hi Marc, thanks for reporting this. Does this break any existing functionality?
That's by design -- maybe I can add an `interpolate` keyword to both methods to perform the interpolations.
Take a look at #35. Can you test it to see if it does what you need?