Skip to content

Commit

Permalink
Fix path xml
Browse files Browse the repository at this point in the history
  • Loading branch information
murdercode committed Jul 24, 2024
1 parent eed14f8 commit 049b2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleaner.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ def remove_empty_phrases(xml_file):

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

0 comments on commit 049b2b1

Please sign in to comment.