Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Unified Diff: tools/telemetry/telemetry/benchmark.py

Issue 383793002: [Telemetry] Fix a few more potential deadlocks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/backends/chrome/ios_browser_finder.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/backends/chrome/ios_browser_finder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698