Skip to content

Commit

Permalink
property
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 14, 2024
1 parent e6788df commit b1e9f08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ovos_workshop/skills/ovos.py
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,7 @@ def _register_app_launcher(self):
event=event)
self.add_event(event, method, speak_errors=False)

@property
def __skill_id2name(self) -> str:
"""helper to make a nice string out of a skill_id"""
return (self.skill_id.split(".")[0].replace("_", " ").
Expand Down

0 comments on commit b1e9f08

Please sign in to comment.