| commit | 2e6614668ae19c5dc7e26fb87f9fe529a31819f1 | [log] [tgz] |
|---|---|---|
| author | Patrick Williams <patrick@stwcx.xyz> | Tue Nov 04 22:48:21 2025 -0500 |
| committer | Ravi Teja <raviteja28031990@gmail.com> | Mon Nov 17 16:45:01 2025 +0000 |
| tree | 04f2618492ca49e537d39bca0ae87be2e06b3842 | |
| parent | 395711d149a785ac60648943257ce4c3b383d905 [diff] |
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: Ib82c90e78508b5e996ced1d29091dd609f1fba07