[svn] commit: r1333 - /trunk/src/bin/bind10/bind10.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Mar 11 22:02:29 UTC 2010
Author: shane
Date: Thu Mar 11 22:02:28 2010
New Revision: 1333
Log:
Missed an unused variable.
Modified:
trunk/src/bin/bind10/bind10.py.in
Modified: trunk/src/bin/bind10/bind10.py.in
==============================================================================
--- trunk/src/bin/bind10/bind10.py.in (original)
+++ trunk/src/bin/bind10/bind10.py.in Thu Mar 11 22:02:28 2010
@@ -356,7 +356,7 @@
(proc_info.name, proc_info.pid))
try:
proc_info.process.kill()
- except OSError as o:
+ except OSError:
# ignore these (usually ESRCH because the child
# finally exited)
pass
More information about the bind10-changes
mailing list