Removed the temp file again, not closing a closed file.

This commit is contained in:
kevinlondon 2015-09-21 09:25:27 -07:00
parent ff9f12aea6
commit d4fa0363e3

View file

@ -308,7 +308,7 @@ class Revoker(object):
"Did not find all cert_list items to remove from LIST")
shutil.copy2(list_path2, self.list_path)
newfile.close()
os.remove(list_path2)
def _row_to_backup(self, row):
"""Convenience function