| Index: build/android/pylib/device/device_errors.py
|
| diff --git a/build/android/pylib/device/device_errors.py b/build/android/pylib/device/device_errors.py
|
| index e94968f146ad3256edbaa67460b79cdf410ee33f..249201504da9f75c5c7dabcc2684987c935c8bbc 100644
|
| --- a/build/android/pylib/device/device_errors.py
|
| +++ b/build/android/pylib/device/device_errors.py
|
| @@ -85,4 +85,5 @@ class NoDevicesError(base_error.BaseError):
|
| """Exception for having no devices attached."""
|
|
|
| def __init__(self):
|
| - super(NoDevicesError, self).__init__('No devices attached.')
|
| + super(NoDevicesError, self).__init__(
|
| + 'No devices attached.', is_infra_error=True)
|
|
|