remove temporary file

This commit is contained in:
Vincent Poulailleau 2019-11-05 17:21:17 +01:00
parent 1016a54f8e
commit 13e51e8c3c

View File

@ -299,6 +299,7 @@ class GrammalecteChecker(Checker):
+ item.msgstr_rst2txt[start:end]
+ "###",
)
Path(name).unlink()
def check_item(self, item: PoItem):
pass