Index: tools/telemetry/telemetry/benchmark.py |
diff --git a/tools/telemetry/telemetry/benchmark.py b/tools/telemetry/telemetry/benchmark.py |
index 5f3c75d596a1489adc90bde12cdf6870ebaca218..5af51fd6e7c35be5837572cb42eafd157d6ca765 100644 |
--- a/tools/telemetry/telemetry/benchmark.py |
+++ b/tools/telemetry/telemetry/benchmark.py |
@@ -127,7 +127,7 @@ class Benchmark(command_line.Command): |
'If you believe you have credentials, follow the ' |
'instructions below.', |
generated_profile_archive_path) |
- logging.error(e) |
+ logging.error(str(e)) |
sys.exit(-1) |
# Unzip profile directory. |