one more tuple

This commit is contained in:
Erica Portnoy 2018-02-28 21:58:51 -08:00
parent 8153c987f4
commit 2f05226213

View file

@ -194,7 +194,7 @@ class VirtualHost(object): # pylint: disable=too-few-public-methods
return False
def __hash__(self):
return hash((self.filep, self.path,
return hash((self.filep, tuple(self.path),
tuple(self.addrs), tuple(self.names),
self.ssl, self.enabled))