mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
remove superfluous assignment
This commit is contained in:
parent
541e006ad0
commit
0e2a4984b1
1 changed files with 0 additions and 1 deletions
|
|
@ -243,7 +243,6 @@ class AugeasConfigurator(object):
|
|||
le_util.make_or_verify_dir(cp_dir, 0o755, os.geteuid())
|
||||
|
||||
existing_filepaths = []
|
||||
op_fd = None
|
||||
filepaths_path = os.path.join(cp_dir, "FILEPATHS")
|
||||
|
||||
# Open up FILEPATHS differently depending on if it already exists
|
||||
|
|
|
|||
Loading…
Reference in a new issue