]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2676] editorial cleanup: removed unnecessary backslash
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 19 Feb 2013 17:58:19 +0000 (09:58 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 19 Feb 2013 17:58:19 +0000 (09:58 -0800)
src/lib/python/isc/config/ccsession.py

index 57a9bd23cff49b68206c4a66cc71ae7b450b6a6f..a5858a7453298b371578bcb4f4693a6c6c72bd1f 100644 (file)
@@ -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]