Skip to content

Commit

Permalink
testing a path fix in CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
anisghaoui committed Nov 24, 2024
1 parent 410202e commit 4383c3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compare_tools/Mod.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ def __init__(self, mod_url):

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

print(self.path)
print(self.path_en)
if not os.path.exists(self.path_en):
init_mod(self)
print(f"Mod {self.name} by {self.owner} loaded!")
Expand Down

0 comments on commit 4383c3f

Please sign in to comment.