updating path in script

This commit is contained in:
DarioGii 2025-06-11 17:30:02 +01:00
parent 1f2365f03c
commit 28a70ae4a3

View File

@ -207,7 +207,7 @@ def compare_files(
if __name__ == "__main__":
directory = os.path.join(os.getcwd(), "src", "main", "resources")
directory = os.path.join(os.getcwd(), "stirling-pdf", "src", "main", "resources")
messages_file_paths = glob.glob(os.path.join(directory, "messages_*.properties"))
reference_file = os.path.join(directory, "messages_en_GB.properties")