Port should be an integer

This commit is contained in:
Daniel Hokka Zakrisson 2012-10-18 21:48:57 +02:00
parent 19797e1a29
commit 979999b886

View file

@ -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