mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +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")
|
||||
|
||||
shutil.copy2(list_path2, self.list_path)
|
||||
newfile.close()
|
||||
os.remove(list_path2)
|
||||
|
||||
def _row_to_backup(self, row):
|
||||
"""Convenience function
|
||||
|
||||
Reference in New Issue
Block a user