changeset 35629 | 31451f3f4b56 |
parent 34447 | 5385b76fd1fd |
child 41365 | 876494fd967d |
--- a/hgext/zeroconf/Zeroconf.py Mon Oct 09 11:44:02 2017 +0200 +++ b/hgext/zeroconf/Zeroconf.py Mon Oct 09 11:45:21 2017 +0200 @@ -1613,7 +1613,8 @@ _DNS_TTL, service.address)) service = self.services.get(question.name.lower(), None) - if not service: continue + if not service: + continue if (question.type == _TYPE_SRV or question.type == _TYPE_ANY):