Commit e57c61d1 authored by Jason Madden's avatar Jason Madden

Fix 'RuntimeError: No active exception to reraise' seen under Python3

parent 25f0ea26
......@@ -185,7 +185,7 @@ def start_zeo_server(storage_conf=None, zeo_conf=None, port=None, keep=False,
s.close()
else:
logging.debug('boo hoo')
raise
raise RuntimeError("Failed to start server")
return addr, adminaddr, pid, tmpfile
......
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