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

Reorder operations to ensure removed Skills are first unloaded. #2823

Merged
merged 1 commit into from
Feb 4, 2021

Conversation

krisgesling
Copy link
Contributor

Prevents SkillManager from attempting to reload a Skill that has just been removed from the system which results in a FileNotFoundError

Fixes #2822

How to test

Run Skills unit tests and ensure nothing has broken.

Contributor license agreement signed?

  • CLA

Prevents SkillManager from attempting to reload a Skill that has
just been removed from the system which results in a
FileNotFoundError

Fixes #2822
@krisgesling krisgesling added the Type: Bug - quick Bug fixes that are quick to review and the implications of the change are clear and contained. label Feb 4, 2021
@devops-mycroft devops-mycroft added the CLA: Yes Contributor License Agreement exists (see https://github.com/MycroftAI/contributors) label Feb 4, 2021
@devops-mycroft
Copy link

Voight Kampff Integration Test Succeeded (Results)

@forslund
Copy link
Collaborator

forslund commented Feb 4, 2021

Looks good, can't think of a reason this should cause issues. Should only be better! :)

@krisgesling krisgesling merged commit f8f351e into dev Feb 4, 2021
@krisgesling krisgesling deleted the bugfix/2822 branch March 18, 2021 05:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA: Yes Contributor License Agreement exists (see https://github.com/MycroftAI/contributors) Type: Bug - quick Bug fixes that are quick to review and the implications of the change are clear and contained.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FileNotFoundError on Skill removal
3 participants