Add missing auth_incorrect_msg used to in exception message

Found using pylint
wip-fakessh-exit-status
Alex Willmer 7 years ago committed by David Wilson
parent 1f955fc655
commit f2ea38a963

@ -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'

Loading…
Cancel
Save