Skip to content

Commit

Permalink
Reversed changes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
fexfl committed Feb 16, 2025
1 parent 2c28fc3 commit bbcbe03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mailcom/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ def make_dir(path: str):
print("Parsing input file {}".format(file))
text = io.get_text(file)
text = io.get_html_text(text)
# xml = io.data_to_xml(text)
# io.write_file(xml, path_output / output_filename)
xml = io.data_to_xml(text)
io.write_file(xml, path_output / output_filename)
if not text:
continue
# Test functionality of Pseudonymize class
Expand Down

0 comments on commit bbcbe03

Please sign in to comment.