kappapiana / anonymize

A script to change authorship to ODT and DOCX comments, redlines and whatnot.
26 stars 5 forks source link

Code breaks ungraciusly #15

Closed kappapiana closed 2 years ago

kappapiana commented 2 years ago

If xml file does not exst, code breaks without throwing anything useful at user.

Case in point: OOXML file does not have comments. I believe this should be taken care by using try: except: before running the search/replace functions.

Imma going to fix it, but be aware that this is a thing,