mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:44:21 +02:00
Removed the temp file again, not closing a closed file.
This commit is contained in:
@@ -308,7 +308,7 @@ class Revoker(object):
|
|||||||
"Did not find all cert_list items to remove from LIST")
|
"Did not find all cert_list items to remove from LIST")
|
||||||
|
|
||||||
shutil.copy2(list_path2, self.list_path)
|
shutil.copy2(list_path2, self.list_path)
|
||||||
newfile.close()
|
os.remove(list_path2)
|
||||||
|
|
||||||
def _row_to_backup(self, row):
|
def _row_to_backup(self, row):
|
||||||
"""Convenience function
|
"""Convenience function
|
||||||
|
|||||||
Reference in New Issue
Block a user