2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-10-03 13:16:15 +00:00

some cleanup and removal of temporary things

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac405@3680 e5f2f494-b856-4b98-b285-d166d9295462
This commit is contained in:
Jelte Jansen
2010-11-30 14:43:23 +00:00
parent 7da40bab8b
commit af62c6c6bb
5 changed files with 33 additions and 20 deletions

View File

@@ -593,8 +593,8 @@ class BindCmdInterpreter(Cmd):
self.go(identifier)
except isc.cc.data.DataTypeError as dte:
print("Error: " + str(dte))
#except isc.cc.data.DataNotFoundError as dnfe:
# print("Error: " + identifier + " not found")
except isc.cc.data.DataNotFoundError as dnfe:
print("Error: " + identifier + " not found")
except KeyError as ke:
print("Error: missing " + str(ke))
raise ke