Add missing auth_incorrect_msg used to in exception message

Found using pylint
pull/35/head
Alex Willmer 8 years ago
parent 6b9ac07e65
commit 7245d574ef

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