Skip to content

Commit

Permalink
11
Browse files Browse the repository at this point in the history
  • Loading branch information
zanllp committed Aug 23, 2024
1 parent 22339bd commit 6c565c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/iib/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -733,4 +733,4 @@ def get_data_file_path(filename):
# Running in a normal Python environment
base_path = os.path.join(os.path.dirname(__file__))

return os.path.normpath(os.path.join(base_path, filename))
return os.path.normpath(os.path.join(base_path, "../../", filename))

0 comments on commit 6c565c4

Please sign in to comment.