Skip to content

Commit

Permalink
changed path unresolution
Browse files Browse the repository at this point in the history
  • Loading branch information
anisghaoui committed Nov 24, 2024
1 parent f5aa975 commit a676d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compare_tools/Mod.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __init__(self, mod_url):
self.name = res[-1]
self.owner = res[-2]

self.path = Path("mods_locale/" + self.name).resolve()
self.path = Path("mods_locale/" + self.name)
self.path_en = self.path / "locale/en"

if not os.path.exists(self.path_en):
Expand Down

0 comments on commit a676d77

Please sign in to comment.