-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Minimal example:
from confection import Config
config_str = """[section]
value='^test$'
"""
Config().from_str(config_str)
Would love to be able to have regex strings in my config, e.g. for using polars.exclude to filter columns.
Raises:
InterpolationSyntaxError
'$' must be followed by '$' or '{', found: '$'
File "C:\Users\adminmanber\Desktop\psycop-common\psycop\common\model_training_v2\config\config_utils.py", line 33, in <module>
Config().from_str(config_str)
configparser.InterpolationSyntaxError: '$' must be followed by '$' or '{', found: '$'
svlandeg
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working