Commit 8be4563f by Feanil Patel

Don't deal with other exceptions.

parent bc7449f9
......@@ -140,3 +140,5 @@ class CallbackModule(object):
except socket.gaierror as e:
print 'socket.gaierror will retry: ' + e
time.sleep(1)
except Exception as e:
raise e
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment