This repository has been archived by the owner on Sep 8, 2024. It is now read-only.
FileNotFoundError on Skill removal #2822
Labels
Type: Bug - quick
Bug fixes that are quick to review and the implications of the change are clear and contained.
Describe the bug
I hit this error when doing an uninstall using PR #2803
The directory did exist in the new location, and was removed correctly, so it's possible that this is unrelated to that PR and the hot reloader tried to load the Skill as it was being removed which could have happened regardless of where it was located.
Currently when we run the SkillManager the order of operations is:
Wondering if we just need to reorder to make sure that we first unload removed skills.
To Reproduce
Quite hard to reproduce reliably...
Expected behavior
No exception should be raised when removing a Skill.
The text was updated successfully, but these errors were encountered: