mirror of
https://opendev.org/x/pyghmi
synced 2025-01-14 11:48:33 +00:00
Merge "Raise incurred exception if appropriate"
This commit is contained in:
commit
ab08846805
@ -515,6 +515,8 @@ class EventHandler(object):
|
||||
except pygexc.IpmiException as pi:
|
||||
if pi.ipmicode == 203:
|
||||
break
|
||||
else:
|
||||
raise
|
||||
curr = struct.unpack_from('<H', buffer(rsp['data'][:2]))[0]
|
||||
targetlist.append(self._sel_decode(rsp['data'][2:]))
|
||||
return endat
|
||||
|
Loading…
x
Reference in New Issue
Block a user