1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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

Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
This commit is contained in:
Adam Miller 2017-12-13 11:43:11 -06:00 committed by Matt Clay
parent beef269d46
commit ae92426e72

View file

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