mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
lint
This commit is contained in:
parent
1e59bf8112
commit
b663ec039e
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ class VirtualHost(object): # pylint: disable=too-few-public-methods
|
|||
self.names, self.ssl, self.enabled))
|
||||
|
||||
def __repr__(self):
|
||||
return "VirtualHost(" + self.__str__().replace("\n",", ") + ")\n"
|
||||
return "VirtualHost(" + self.__str__().replace("\n", ", ") + ")\n"
|
||||
|
||||
def __eq__(self, other):
|
||||
if isinstance(other, self.__class__):
|
||||
|
|
|
|||
Loading…
Reference in a new issue