mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 08:12:15 -04:00
Removed the temp file again, not closing a closed file.
This commit is contained in:
parent
ff9f12aea6
commit
d4fa0363e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue