summaryrefslogtreecommitdiff
path: root/systrace/catapult/devil/devil/android/decorators.py
diff options
context:
space:
mode:
Diffstat (limited to 'systrace/catapult/devil/devil/android/decorators.py')
-rw-r--r--systrace/catapult/devil/devil/android/decorators.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/systrace/catapult/devil/devil/android/decorators.py b/systrace/catapult/devil/devil/android/decorators.py
index 93e1054..3844b49 100644
--- a/systrace/catapult/devil/devil/android/decorators.py
+++ b/systrace/catapult/devil/devil/android/decorators.py
@@ -59,7 +59,7 @@ def _TimeoutRetryWrapper(
raise device_errors.CommandTimeoutError(str(e)), None, (
sys.exc_info()[2])
except cmd_helper.TimeoutError as e:
- raise device_errors.CommandTimeoutError(str(e), output=e.output), None, (
+ raise device_errors.CommandTimeoutError(str(e)), None, (
sys.exc_info()[2])
return timeout_retry_wrapper