Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
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