[svn] commit: r238 - /branches/f2f200910/src/lib/bigtool/bigtool.py
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Oct 30 17:55:07 UTC 2009
Author: zhanglikun
Date: Fri Oct 30 17:55:07 2009
New Revision: 238
Log:
Catch all the errors when BigTool send/receive message to/from other modules.
Modified:
branches/f2f200910/src/lib/bigtool/bigtool.py
Modified: branches/f2f200910/src/lib/bigtool/bigtool.py
==============================================================================
--- branches/f2f200910/src/lib/bigtool/bigtool.py (original)
+++ branches/f2f200910/src/lib/bigtool/bigtool.py Fri Oct 30 17:55:07 2009
@@ -239,7 +239,7 @@
reply, env = self.cc.group_recvmsg(False)
print("received reply:", reply)
- except ISC.CC.SessionError:
+ except:
print("Error communication with %s" % groupName)
More information about the bind10-changes
mailing list