Skip to content

Commit 049b2b1

Browse files
committed
Fix path xml
1 parent eed14f8 commit 049b2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cleaner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ def remove_empty_phrases(xml_file):
1717

1818
# Esempio di utilizzo
1919
if __name__ == "__main__":
20-
xml_file = './language-italiano.xml'
20+
xml_file = 'language-italiano.xml'
2121
remove_empty_phrases(xml_file)

0 commit comments

Comments
 (0)