mirror of
https://opendev.org/x/pyghmi
synced 2025-02-04 21:12:47 +00:00
Fix typo in error message
Change-Id: I90eb675f253b7499600a333de7e962468e8c69f9
This commit is contained in:
parent
3c5b03c35f
commit
b67912283c
@ -586,7 +586,7 @@ class Session(object):
|
||||
while self.logonwaiters:
|
||||
waiter = self.logonwaiters.pop()
|
||||
try:
|
||||
waiter({'error': 'Session failed to initalize'})
|
||||
waiter({'error': 'Session failed to initialize'})
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user