| commit | 855e05659451f1577d174c41b4b37c47d497b9ab | [log] [tgz] |
|---|---|---|
| author | Patrick Williams <patrick@stwcx.xyz> | Tue Nov 04 22:17:33 2025 -0500 |
| committer | Patrick Williams <patrick@stwcx.xyz> | Tue Nov 04 22:18:16 2025 -0500 |
| tree | 979b810bcc143859952f29ed39ad4d984db87b0b | |
| parent | 35f09ab15c2fbf6ea1f51934f781986d4246a943 [diff] |
usb-dbg: 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: I8f4f1f3b257e7a0e8d54eb96273504455d611857