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:
@@ -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
|
||||
|
Reference in New Issue
Block a user