From 4383c3f478e5cf4259af4320241e8833ac29ec5e Mon Sep 17 00:00:00 2001 From: anis Date: Sun, 24 Nov 2024 14:20:02 +0100 Subject: [PATCH] testing a path fix in CICD --- compare_tools/Mod.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compare_tools/Mod.py b/compare_tools/Mod.py index 010c3b2..c22dcee 100644 --- a/compare_tools/Mod.py +++ b/compare_tools/Mod.py @@ -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!")