mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Final cleanup
This commit is contained in:
@@ -279,7 +279,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
|
||||
"vhost or add ServerNames to your configuration.")
|
||||
raise errors.PluginError(
|
||||
"VirtualHost not able to be selected.")
|
||||
|
||||
|
||||
self.assoc[target_name] = vhost
|
||||
return vhost
|
||||
|
||||
|
||||
@@ -447,7 +447,7 @@ class Reverter(object):
|
||||
os.remove(path)
|
||||
else:
|
||||
logger.warning(
|
||||
"File: %s - Could not be found to be deleted%s"
|
||||
"File: %s - Could not be found to be deleted %s - "
|
||||
"LE probably shut down unexpectedly",
|
||||
os.linesep, path)
|
||||
except (IOError, OSError):
|
||||
|
||||
Reference in New Issue
Block a user