Commit f2ea38a9 authored by Alex Willmer's avatar Alex Willmer Committed by David Wilson

Add missing auth_incorrect_msg used to in exception message

Found using pylint
parent 1f955fc6
......@@ -70,6 +70,7 @@ class Stream(mitogen.master.Stream):
if self.port:
self.name += ':%s' % (self.port,)
auth_incorrect_msg = 'SSH authentication is incorrect'
password_incorrect_msg = 'SSH password is incorrect'
password_required_msg = 'SSH password was requested, but none specified'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment