mirror of
https://github.com/certbot/certbot.git
synced 2026-07-26 07:39:52 +02:00
lint
This commit is contained in:
@@ -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__):
|
||||
|
||||
Reference in New Issue
Block a user