mycroft-core/mycroft/configuration
Åke 5f4c68e583
Don't overwrite invalid json in config (#2881)
* Separate tests of LocalConf into new test class

* Do not overwrite configs with malformed json

If a config file is loaded and is invalid saves to that file will not be
possible until it's manually restored. The store accepts a force flag to
override this protection.

The method returns True if the store succeeded so call sites can
verbally report the issue as well.
2022-03-07 10:03:10 +09:30
..
__init__.py Restore system locations to mycroft.configuration 2021-08-05 10:04:45 +02:00
config.py Don't overwrite invalid json in config (#2881) 2022-03-07 10:03:10 +09:30
locale.py Upgrade Lingua Franca to v0.4.1 (#2890) 2021-05-08 08:34:02 +09:30
locations.py Do not create configs folders until writing 2021-11-30 22:50:09 +01:00
mycroft.conf Remove ResponsiveVoice TTS module from core (#3049) 2022-02-23 15:40:53 +09:30