Skip to content

Commit

Permalink
Update paths.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Sep 18, 2022
1 parent efae534 commit b828075
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wotlkdoc/docs/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
for k, v in os.environ.items():
print(k, v)
print(os.getcwd())
print(os.listdir(os.getcwd()))
dir_project_root = Path.dir_here(__file__).parent.parent
assert (dir_project_root / "setup.py").exists()

Expand Down

0 comments on commit b828075

Please sign in to comment.