Curious error installing #mycroft #ovos skills, several packages are seeking a json file, but using a bad line of code:
with open(f"{get_xdg_config_save_path()}/skills/{self.skill_id}/settings.json" "w") as f:
is clearly missing a comma, so Python dutifully seeks 'jsonw', but considering there are (so far) two skills that fail because of this, I'm puzzled as to where to look to fix and/or report the problem.