Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Oct 9, 2023
1 parent d298a97 commit b521f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.utils/transifex_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b521f63

Please sign in to comment.