2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-14 19:57:47 +00:00

Merge "Raise incurred exception if appropriate"

This commit is contained in:
Jenkins 2016-05-25 23:35:23 +00:00 committed by Gerrit Code Review
commit ab08846805

View File

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