Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
740d33cd
Commit
740d33cd
authored
Dec 15, 2011
by
Jelte Jansen
Browse files
[1414] exception object itself isn't used
parent
bdd00552
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/zonemgr/zonemgr.py.in
View file @
740d33cd
...
...
@@ -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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment