Add missing auth_incorrect_msg used to in exception message
Found using pylint
This commit is contained in:
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…
Reference in New Issue