Commit Graph

11 Commits

Author SHA1 Message Date
Tom Keffer
6e052d1dd0 Modified deep_copy() so it does not have to turn interpolation off.
Really fixes issue #579.
2020-06-29 15:20:03 -07:00
Tom Keffer
a3dca5aa6c Fixed problem where threads attempt to access non-existent database.
Fixes issue #579.
2020-06-29 08:15:56 -07:00
Tom Keffer
b6d2424482 Fixed problem caused by specifying a [Logging]/[[formatters]] section in
weewx.conf that uses interpolated variables.
2020-06-02 15:03:28 -07:00
Tom Keffer
5a552a7eb2 Refactor, to create a config_from_str() function. 2020-01-24 07:07:57 -08:00
Tom Keffer
effd6067ff Catch up merge with master
# Conflicts (resolved):
#	bin/weeutil/weeutil.py
2019-02-23 14:50:46 -08:00
Tom Keffer
c9b695a500 Moved conditional_merge() to weeutil.config 2019-02-23 05:38:43 -08:00
Tom Keffer
ce27606534 Ported weeutil directory to Python 3 2019-02-22 17:45:10 -08:00
Tom Keffer
0b402389c6 Implement a defaults.py module. No longer patch skins.conf. 2019-01-09 09:23:17 -08:00
Tom Keffer
ae3c2c0cf3 Comment out scalars in skin.conf that are the same as in [Defaults] 2018-11-25 08:12:54 -08:00
Tom Keffer
eb78dc23e5 Implemented strategy for upgrading skin.conf files. 2018-11-24 09:47:53 -08:00
Tom Keffer
580bb24d94 Moved weeutil routines that use ConfigObj to their own file 2018-11-23 05:42:30 -08:00