Fix linting issue

This commit is contained in:
Stuckinaboot 2019-03-03 23:57:20 +11:00
parent ef827f90ad
commit ce22f06773

View File

@ -105,8 +105,7 @@ class MultiselectClient(IMultiselectClient):
return protocol return protocol
if response == PROTOCOL_NOT_FOUND_MSG: if response == PROTOCOL_NOT_FOUND_MSG:
raise MultiselectClientError("protocol not supported") raise MultiselectClientError("protocol not supported")
else: raise MultiselectClientError("unrecognized response: " + response)
raise MultiselectClientError("unrecognized response: " + response)
def validate_handshake(handshake_contents): def validate_handshake(handshake_contents):