OpenVoiceOS / ovos-config

OVOS configuration manager library
Apache License 2.0
2 stars 10 forks source link

fix/remove_broken_patch #107

Closed JarbasAl closed 7 months ago

JarbasAl commented 7 months ago

patch for mycroft-era Configuration.get (now Configuration()) is broken and causes .get to behave weirdly

  self.config = dict(Configuration()) # below is False, like in mycroft.conf
        self.config = Configuration() # below is None ????
        self.audio_enabled = self.config.get("enable_old_audioservice")
NeonDaniel commented 7 months ago

Changes look good to me, including version change.

RE versioning, I don't mind this going into 0.0.13aX but it should only be released to a stable version 0.1.0+ to avoid breaking