Open GoogleCodeExporter opened 8 years ago
one workaround appears to be to go to all of the times that error is called in
EClientSocket.py within an "except" clause and replace each instance with
self.close(); raise
i used interactive search and replace in vi: %s/self.error(/self.close();
raise; self.error(/gc
now an informative error trace is raised
Original comment by bshanks....@gmail.com
on 22 Dec 2011 at 6:30
Original issue reported on code.google.com by
bshanks....@gmail.com
on 22 Dec 2011 at 5:52