From abd1da931b37f3792fc88e2e957698cabff9da6a Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Thu, 15 Feb 2024 12:01:37 +0100 Subject: [PATCH] fix tx --- {.tx => docs/.tx}/config | 0 docs/scripts/transifex_utils.py | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename {.tx => docs/.tx}/config (100%) diff --git a/.tx/config b/docs/.tx/config similarity index 100% rename from .tx/config rename to docs/.tx/config diff --git a/docs/scripts/transifex_utils.py b/docs/scripts/transifex_utils.py index 38f50c719..8275db7c3 100755 --- a/docs/scripts/transifex_utils.py +++ b/docs/scripts/transifex_utils.py @@ -18,8 +18,8 @@ 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") - root = os.path.join(current_dir, "..", "..") + config_file = os.path.join(current_dir, "..", ".tx", "config") + root = os.path.join(current_dir, "..") count = 0 with open(config_file, "w") as f: