Skip to content

Commit

Permalink
port excluded
Browse files Browse the repository at this point in the history
  • Loading branch information
netort committed May 28, 2018
1 parent 06804bf commit 7ac15e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yandextank/common/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,6 @@ def resolve(self, address_str, do_test=False, explicit_port=False):
if port is not None:
port = int(port)
address_str = address_str.strip()
port = port.strip()
try:
resolved = self.lookup_fn(address_str, port)
logger.debug("Lookup result: %s", resolved)
Expand Down

0 comments on commit 7ac15e1

Please sign in to comment.