Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Sep 18, 2022
1 parent 5c2c5a8 commit f69adfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion wotlkdoc/docs/gps/zone.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def _lt_list_zone_gps_and_label_and_image(


def lt_list_east_map_gps():
return _lt_list_zone_gps_and_label_and_image("zone-1-a-vanilla-eastern-kingdom.tsv")
return _lt_list_zone_gps_and_label_and_image("zone-1-a-vanilla-eastern-kingdom.tsv.gz")


def lt_list_kali_map_gps():
Expand Down
3 changes: 0 additions & 3 deletions wotlkdoc/docs/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
else:
dir_project_root = Path.dir_here(__file__).parent.parent

print("*******")
print(dir_project_root)
print(os.listdir(str(dir_project_root)))
assert (dir_project_root / "setup.py").exists()

dir_docs = dir_project_root / "docs"
Expand Down

0 comments on commit f69adfa

Please sign in to comment.