From b521f6380506a68aef1d115d06b19837671cdf38 Mon Sep 17 00:00:00 2001 From: signedav Date: Mon, 9 Oct 2023 17:16:57 +0200 Subject: [PATCH] fix path --- docs/.utils/transifex_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.utils/transifex_utils.py b/docs/.utils/transifex_utils.py index dcb03a7a5..5113f2c3e 100644 --- a/docs/.utils/transifex_utils.py +++ b/docs/.utils/transifex_utils.py @@ -16,7 +16,7 @@ def create_transifex_config(): print("Start creating transifex configuration") current_dir = os.path.dirname(os.path.abspath(__file__)) - config_file = os.path.join(current_dir, "..", ".tx", "config") + config_file = os.path.join(current_dir, "..", "..", ".tx", "config") root = os.path.join(current_dir, "..") count = 0