mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Final cleanup
This commit is contained in:
parent
2953d3b2ee
commit
1587653366
2 changed files with 2 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue