You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a skill that keeps the code in a subfolder, per Python standard practice. The subfolder originally had a number in it. find_skill_plugins() did not identify it as a plugin. When I removed the number, it found it without a problem.
TODO: Confirm if it's other numbers or just the one.
I'm working on a skill that keeps the code in a subfolder, per Python standard practice. The subfolder originally had a number in it.
find_skill_plugins()
did not identify it as a plugin. When I removed the number, it found it without a problem.TODO: Confirm if it's other numbers or just the one.
Original folder (skill_mark2_audio_receiver):
After changing (skill_markII_audio_receiver):
The text was updated successfully, but these errors were encountered: