commit | acecf6b82c5dfbcab9215936eb1ee5fd3893a32d | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Sep 06 17:56:41 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Thu Sep 06 18:02:37 2018 -0700 |
tree | c562b43d2474dbf896d2187683a6b0ab44f27ae7 | |
parent | e2ec0f618a9b3b6809a98516abe63d5d833e7fe7 [diff] |
ipmi: catch SdBusErrors on bus call failures Now sdbusplus call and call_noreply can throw an SdBusError exception. This code changes from checking .is_method_error() to catching the exception. Issue: 4 Change-Id: I07bbe5dbbd91d72ca75eeb14861d56aae5f3afed Signed-off-by: Patrick Venture <venture@google.com>