Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Oct 29, 2017
1 parent d34c7de commit 2e3c8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netdisco/mdns.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def start(self):
for service in self.services:
self._browsers.append(zeroconf.ServiceBrowser(
self.zeroconf, service.typ, service))
except: # pylint: disable=broad-except
except Exception: # pylint: disable=broad-except
self.stop()
raise

Expand Down

0 comments on commit 2e3c8f2

Please sign in to comment.