bpo-34139: Remove unix datagram socket from FS before binding by ovv · Pull Request #8323 · python/cpython

Conversation

@ovv

@ovv ovv commented

Jul 18, 2018

Loading

ovv

pass
except OSError as err:
# Directory may have permissions only to create socket.
logger.error('Unable to check or remove stale UNIX socket %r: %r', local_addr, err)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

break line

asvetlov