Skip to content

Commit

Permalink
log consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Jun 1, 2024
1 parent 2c4c38e commit 5c8e20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_workshop/skills/mycroft_skill.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def settings(self) -> dict:

@settings.setter
def settings(self, val):
LOG.warning("you are not supposed to override self.settings, expect breakage!")
LOG.warning("Skills are not supposed to override self.settings, expect breakage! Set individual dict keys instead")
self._settings = val

def _init_settings(self):
Expand Down

0 comments on commit 5c8e20c

Please sign in to comment.