mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-21 23:15:03 +00:00
updating path in script
This commit is contained in:
parent
1f2365f03c
commit
28a70ae4a3
@ -207,7 +207,7 @@ def compare_files(
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
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"))
|
messages_file_paths = glob.glob(os.path.join(directory, "messages_*.properties"))
|
||||||
reference_file = os.path.join(directory, "messages_en_GB.properties")
|
reference_file = os.path.join(directory, "messages_en_GB.properties")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user