Skip to content
Snippets Groups Projects
Commit 9303dbc4 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fixed a bug

satella .select() could return with UnboundLocalError due to processing
resuming on error
parent a8700cb6
No related branches found
No related tags found
No related merge requests found
......@@ -387,6 +387,7 @@ class SelectHandlingLayer(HandlingLayer):
# we found the one
self.close_channel(channel)
return
return # we don't have rs, ws, xs, can't continue
except socket.error:
raise RuntimeError, 'ABEND: socket error in select loop'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment