Final cleanup

This commit is contained in:
James Kasten 2015-07-31 15:38:43 -07:00
parent 2953d3b2ee
commit 1587653366
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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):