Parcourir la source

Missed an unused variable.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1333 e5f2f494-b856-4b98-b285-d166d9295462
Shane Kerr il y a 15 ans
Parent
commit
5ec11b910e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/bin/bind10/bind10.py.in

+ 1 - 1
src/bin/bind10/bind10.py.in

@@ -356,7 +356,7 @@ class BoB:
                                  (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