Unable to save Config
or convert to str if header ends with *
#62
Labels
duplicate
This issue or pull request already exists
When using variadic arguments in the ending of headers in a config, the
Config
can not be saved.Minimal example:
Output
The config is resolved correctly, but we encounter a
NoSectionError
when attempting to output the config to a str.Workaround
Specifying the variadic arguments under the
test_fn
header makes it both resolve and output as str correctly, but might not to viable in all cases if the input is of a more complex type.Is this something you'd want to support?
The text was updated successfully, but these errors were encountered: