Port should be an integer

parent 28ca6552
......@@ -400,7 +400,7 @@ class Runner(object):
try:
# connect
conn = self.connector.connect(actual_host, actual_port)
conn = self.connector.connect(actual_host, int(actual_port))
if delegate_to:
conn.delegate = host
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment