BIND 10 trac3095, updated. 6b8e42d064b94f40f2c050705e0724093ab00c9f [3095] Update method comment
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Sep 12 13:03:00 UTC 2013
The branch, trac3095 has been updated
via 6b8e42d064b94f40f2c050705e0724093ab00c9f (commit)
from ad88197cef83ed46a3255fe5948a233efacb7402 (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 6b8e42d064b94f40f2c050705e0724093ab00c9f
Author: Mukund Sivaraman <muks at isc.org>
Date: Thu Sep 12 18:32:44 2013 +0530
[3095] Update method comment
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/util/traceback_handler.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/util/traceback_handler.py b/src/lib/python/isc/util/traceback_handler.py
index 341a707..7b2787b 100644
--- a/src/lib/python/isc/util/traceback_handler.py
+++ b/src/lib/python/isc/util/traceback_handler.py
@@ -27,7 +27,7 @@ def traceback_handler(main):
The function runs the callable passed as main (it is called
without any provided parameters). If it raises any exception,
- the exception is logged and the application terminated.
+ the exception is logged and the application is terminated.
"""
try:
return main()
More information about the bind10-changes
mailing list