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

Commit

Permalink
Patch error from ovos_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Feb 17, 2022
1 parent 1e2f025 commit c473eb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ovos_skills_manager/appstores/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ def get_local_skills(parse_github: bool = False,
skills = get_skills_folder()
except FileNotFoundError:
return
except KeyError:
# TODO: Patching config error in ovos_utils
return
skiplist = skiplist or []
folders = listdir(skills)
for fold in folders:
Expand Down

0 comments on commit c473eb3

Please sign in to comment.