Skip to content

Commit

Permalink
Remove an unexecuted except branch from addr.PortList.add().
Browse files Browse the repository at this point in the history
  • Loading branch information
isislovecruft committed Dec 7, 2013
1 parent 5bac4d2 commit 52b1a4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/bridgedb/parse/addr.py
Expand Up @@ -338,8 +338,6 @@ def add(self, *args):
self.add(list(arg.ports))
except ValueError:
raise InvalidPort("%s is not a valid port number!" % arg)
except InvalidPort:
raise

self.ports.update(set(portlist))

Expand Down

0 comments on commit 52b1a4c

Please sign in to comment.