BIND 10 trac2676, updated. 3ddbe715a140ddcd4d6c2cdea1401ec0e28ea89d [2676] editorial cleanup: removed unnecessary backslash
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Feb 19 17:58:31 UTC 2013
The branch, trac2676 has been updated
via 3ddbe715a140ddcd4d6c2cdea1401ec0e28ea89d (commit)
from 3bec0f1f82f1bbc2a296cb40999047421abcba94 (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 3ddbe715a140ddcd4d6c2cdea1401ec0e28ea89d
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Feb 19 09:58:19 2013 -0800
[2676] editorial cleanup: removed unnecessary backslash
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/config/ccsession.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/config/ccsession.py b/src/lib/python/isc/config/ccsession.py
index 57a9bd2..a5858a7 100644
--- a/src/lib/python/isc/config/ccsession.py
+++ b/src/lib/python/isc/config/ccsession.py
@@ -92,7 +92,7 @@ def parse_answer(msg):
raise ModuleCCSessionError("wrong rcode type in answer message")
else:
if len(msg['result']) > 1:
- if (msg['result'][0] != CC_REPLY_SUCCESS and \
+ if (msg['result'][0] != CC_REPLY_SUCCESS and
type(msg['result'][1]) != str):
raise ModuleCCSessionError("rcode in answer message is non-zero, value is not a string")
return msg['result'][0], msg['result'][1]
More information about the bind10-changes
mailing list