Explorar o código

fix(scripts): path

George Cushen %!s(int64=4) %!d(string=hai) anos
pai
achega
38b599c504
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/list_language_packs.py

+ 1 - 1
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')