fix ci, duplicate exception checking was merged in wait_for (my fault)

Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
pull/33885/head
Adam Miller 7 years ago committed by Matt Clay
parent beef269d46
commit ae92426e72

@ -492,8 +492,6 @@ def main():
break
except IOError:
break
except OSError:
break
elif port:
try:
s = _create_connection(host, port, connect_timeout)

Loading…
Cancel
Save