loganasherjones / yapconf

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

Error with in-memory config watching #75

Closed loganasherjones closed 6 years ago

loganasherjones commented 6 years ago

In memory config watching is not working currently. My tests were trying to tell me this, but I was too stupid to listen. At any rate, I need to perform a deepcopy of the config given to me during the ConfigChangeHandler, otherwise in-memory dictionary loading is broken.