| commit | 85e956a9432577ae2a205f608cb18bc83311ce5c | [log] [tgz] |
|---|---|---|
| author | Patrick Williams <patrick@stwcx.xyz> | Tue Nov 04 23:00:31 2025 -0500 |
| committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Nov 05 19:04:42 2025 +0000 |
| tree | 683f3057d33a45f9fb0756c17179a6321cc47519 | |
| parent | d7926d0c7cb37c969de455ecfed44561f7f69aad [diff] |
fail-monitor: remove is_method_error call An `is_method_error` is not appropriate after an sdbus `call` since `call` will always throw an exception. Remove the pointless call and instead catch the exception. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I30147723917b0cbcc4b96e1881c8fb3e349e7cb1
This repository contains the mapper, which assists in finding things on D-Bus. There is documentation about it in the docs repository.
Non-OpenBMC build dependencies are:
meson build && ninja -C build
meson build && ninja -C build test
rm -rf build