From 0e2a4984b1b3afc0ae410a8c0fbfa9ceb2d6dc65 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 13 Jan 2015 02:22:24 +0100 Subject: [PATCH] remove superfluous assignment --- letsencrypt/client/augeas_configurator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/letsencrypt/client/augeas_configurator.py b/letsencrypt/client/augeas_configurator.py index 231faa99d..ec107d934 100644 --- a/letsencrypt/client/augeas_configurator.py +++ b/letsencrypt/client/augeas_configurator.py @@ -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