| commit | 3c4f35ebe7ee527608bd57a2c51cccfa3f2ee836 | [log] [tgz] |
|---|---|---|
| author | Patrick Williams <patrick@stwcx.xyz> | Tue Nov 04 22:51:04 2025 -0500 |
| committer | Patrick Williams <patrick@stwcx.xyz> | Tue Nov 04 22:51:04 2025 -0500 |
| tree | 820b85ef8412465474dd5412af2073724285146c | |
| parent | 64dd8c9e92abed872bdad5ad98780490d09ccb58 [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: I6ece20bca5a99da3b7a6f3b6aa55b22842f3b422