From 38b599c50488444ce264dced5cc55fbe87f412cf Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sat, 21 Nov 2020 22:27:16 +0000 Subject: [PATCH] fix(scripts): path --- scripts/list_language_packs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/list_language_packs.py b/scripts/list_language_packs.py index 114314fd..5d3e55ec 100644 --- a/scripts/list_language_packs.py +++ b/scripts/list_language_packs.py @@ -9,7 +9,7 @@ import yaml from pathlib import Path -LANG_PATH = Path(__file__).resolve().parent.parent.joinpath('data').joinpath('i18n') +LANG_PATH = Path(__file__).resolve().parent.parent.joinpath('wowchemy').joinpath('data').joinpath('i18n') LANG_YAML = LANG_PATH.joinpath('languages.yaml')