Skip to content

Commit

Permalink
fix tx
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 15, 2024
1 parent 9481c88 commit abd1da9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/scripts/transifex_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit abd1da9

Please sign in to comment.