loganasherjones / yapconf

Yet Another Python Configuration
http://yapconf.readthedocs.io/en/stable/
MIT License
18 stars 4 forks source link

Change case bug #90

Closed hazmat345 closed 5 years ago

hazmat345 commented 6 years ago

The change_case function has a bug when the separator isn't the default -. If the separator is _ any -s present in the input string won't get converted to _.

This causes issues when trying to load a spec item with a - in the name from the environment.