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

Commit da943ca

Browse files
author
jarbasai
committed
fix merge mistake
1 parent 6f1fc87 commit da943ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mycroft/skills/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def run(self):
241241

242242
# Scan the file folder that contains Skills. If a Skill is updated,
243243
# unload the existing version from memory and reload from the disk.
244-
while True:
244+
while not self._stop_event.is_set():
245245
if exists(SKILLS_DIR):
246246
# checking skills dir and getting all skills there
247247
list = filter(lambda x: os.path.isdir(

0 commit comments

Comments
 (0)