Skip to content

Commit

Permalink
Fix a use before set error in the comm module
Browse files Browse the repository at this point in the history
  • Loading branch information
cvaroqui committed Jun 5, 2018
1 parent 42ec418 commit 2db5986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/comm.py
Expand Up @@ -661,6 +661,7 @@ def init_sock(nodename):
if exc.errno == 104:
# connection reset by peer
time.sleep(0.1)
continue
if rdata is None:
continue
for message in rdata:
Expand Down

0 comments on commit 2db5986

Please sign in to comment.