Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2669 from MycroftAI/remove/converse-error
Browse files Browse the repository at this point in the history
remove previously deprecated error message
  • Loading branch information
krisgesling authored Aug 21, 2020
2 parents 6e0d5a9 + 58a5cdd commit 1b64285
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mycroft/skills/skill_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,11 +460,6 @@ def _emit_converse_error(self, message, skill_id, error_msg):
reply = message.reply('skill.converse.response',
data=dict(skill_id=skill_id, error=error_msg))
self.bus.emit(reply)
# Also emit the old error message to keep compatibility
# TODO Remove in 20.08
reply = message.reply('skill.converse.error',
data=dict(skill_id=skill_id, error=error_msg))
self.bus.emit(reply)

def _emit_converse_response(self, result, message, skill_loader):
reply = message.reply(
Expand Down

0 comments on commit 1b64285

Please sign in to comment.