Merge branch 'master' into complexAnsiblePythonInterpreterArg

This commit is contained in:
Steven Robertson 2020-01-10 20:24:06 -08:00
commit 99d0b08e2f
1 changed files with 1 additions and 1 deletions

View File

@ -2801,7 +2801,7 @@ class Waker(Protocol):
self.stream.transmit_side.write(b(' '))
except OSError:
e = sys.exc_info()[1]
if e.args[0] in (errno.EBADF, errno.EWOULDBLOCK):
if e.args[0] not in (errno.EBADF, errno.EWOULDBLOCK):
raise
broker_shutdown_msg = (