Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
xyang16 committed May 11, 2024
1 parent 087b08a commit 7fc797c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/tokenizers/src/main/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def detect_version():
import os
dir_path = os.path.dirname(os.path.realpath(__file__))
parent_path = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(os.path.realpath(__file__))))))
print(f"!!!dir_path: {dir_path}, parent_path: {parent_path}")
print("!!!dir_path: " + dir_path + ", parent_path: " + parent_path)
with open("../../../../../gradle.properties", "r") as f:
for line in f:
if not line.startswith('#'):
Expand Down

0 comments on commit 7fc797c

Please sign in to comment.