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

ovos utils 0.0.12 compatibility #82

Closed
JarbasAl opened this issue Feb 4, 2022 · 2 comments
Closed

ovos utils 0.0.12 compatibility #82

JarbasAl opened this issue Feb 4, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@JarbasAl
Copy link
Member

JarbasAl commented Feb 4, 2022

    def find_default_config():
        if _DEFAULT_CONFIG:
            # previously set, otherwise None
            return _DEFAULT_CONFIG
        mycroft_root = search_mycroft_core_location()
        if not mycroft_root:
>           raise FileNotFoundError("Couldn't find mycroft core root folder.")
E           FileNotFoundError: Couldn't find mycroft core root folder.

https://github.com/OpenVoiceOS/ovos_skill_manager/runs/4514442354?check_suite_focus=true

@JarbasAl JarbasAl added the bug Something isn't working label Feb 4, 2022
@NeonDaniel
Copy link
Member

#80

@NeonDaniel
Copy link
Member

ovos-utils 0.0.15 installed for the most recent run (https://github.com/OpenVoiceOS/ovos_skill_manager/runs/5240328380?check_suite_focus=true) and 0.0.12 blacklisted by #80

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants