Skip to content

Commit

Permalink
Merge e55aa2f into 0121bb0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcticae committed Oct 19, 2019
2 parents 0121bb0 + e55aa2f commit 0959c7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyipmi/sel.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,6 @@ def _from_response(self, data):
else:
self.event_direction = EVENT_ASSERTION
self.event_type = event_desc & 0x3f
self.event_data = buffer.pop_string(3)
self.event_data_1 = buffer.pop_unsigned_int(1)
self.event_data_2 = buffer.pop_unsigned_int(1)
self.event_data_3 = buffer.pop_unsigned_int(1)

0 comments on commit 0959c7f

Please sign in to comment.