Skip to content

Commit

Permalink
Fix linting (maybe?).
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsoft-tuxicoman committed Oct 17, 2022
1 parent fb6b8a8 commit 53f5f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mycroft/skills/mycroft_skill/mycroft_skill.py
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ def register_entity_file(self, entity_file):
raise FileNotFoundError('Unable to find "{}"'.format(entity_file))

name = '{}:{}_{}'.format(self.skill_id, basename(entity_file),
str(md5(entity_file.encode('utf-8')).hexdigest()))
str(md5(entity_file.encode('utf-8')).hexdigest()))
self.intent_service.register_padatious_entity(name, filename)

def handle_enable_intent(self, message):
Expand Down

0 comments on commit 53f5f08

Please sign in to comment.