mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00:00
119fd7dc24
If you try to disconnect a device and there are none, certain versions of adb return 1, which leads to a TargetError and stops everything in its tracks. Try to mitigate this by checking if the device we want to disconnect is connected before we make the disconnect call. Signed-off-by: Chris Redpath <chris.redpath@arm.com>