Add missing auth_incorrect_msg used to in exception message

Found using pylint
This commit is contained in:
Alex Willmer 2017-09-21 19:47:14 +01:00
parent 6b9ac07e65
commit 7245d574ef
1 changed files with 1 additions and 0 deletions

View File

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