kontron / python-ipmi

A pure python IPMI library
GNU Lesser General Public License v2.1
187 stars 74 forks source link

Pull handling of extra bytes in reply to method `on_extra_data()` #107

Closed EmilioPeJu closed 2 years ago

EmilioPeJu commented 2 years ago

This allows to easily override it in subclasses. It also facilitates monkey patching it if raising an exception is not a good way to handle it in some case.

This is an alternative to https://github.com/kontron/python-ipmi/pull/103

hthiery commented 2 years ago

this was closed accidentally