BIND 10 trac1414, updated. 740d33cd94f12b8c88e5dcb1e1640e87a97a499f [1414] exception object itself isn't used

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Dec 15 13:21:23 UTC 2011


The branch, trac1414 has been updated
       via  740d33cd94f12b8c88e5dcb1e1640e87a97a499f (commit)
      from  bdd00552a920331dc3cf1f2e6a7644112caa4b72 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 740d33cd94f12b8c88e5dcb1e1640e87a97a499f
Author: Jelte Jansen <jelte at isc.org>
Date:   Thu Dec 15 14:20:01 2011 +0100

    [1414] exception object itself isn't used

-----------------------------------------------------------------------

Summary of changes:
 src/bin/zonemgr/zonemgr.py.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/zonemgr/zonemgr.py.in b/src/bin/zonemgr/zonemgr.py.in
index f1ee238..4060bb5 100755
--- a/src/bin/zonemgr/zonemgr.py.in
+++ b/src/bin/zonemgr/zonemgr.py.in
@@ -490,7 +490,7 @@ class ZonemgrRefresh:
                     # Convert rr_class to and from RRClass to check its value
                     try:
                         name_class = (name, isc.dns.RRClass(rr_class).to_text())
-                    except isc.dns.InvalidRRClass as irce:
+                    except isc.dns.InvalidRRClass:
                         raise ZonemgrException("Bad RR class '" +
                                                rr_class +
                                                "' for zone " + name)




More information about the bind10-changes mailing list