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

Unified Diff: tools/telemetry/telemetry/unittest_util/run_tests.py

Issue 1051783003: Fix crash when running "run_benchmark help run" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « tools/telemetry/telemetry/core/command_line.py ('k') | tools/telemetry/telemetry/util/find_dependencies.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/unittest_util/run_tests.py
diff --git a/tools/telemetry/telemetry/unittest_util/run_tests.py b/tools/telemetry/telemetry/unittest_util/run_tests.py
index cf41a6f907913c0664d5a7a4aef7491adf676aae..5cc91a2dbb9379e584117242be69426d6847aac9 100644
--- a/tools/telemetry/telemetry/unittest_util/run_tests.py
+++ b/tools/telemetry/telemetry/unittest_util/run_tests.py
@@ -85,7 +85,7 @@ class RunTestsCommand(command_line.OptparseCommand):
obj.stream = stream
return obj.Run(options)
- def Run(self, args):
+ def Run(self, args, _):
possible_browser = browser_finder.FindBrowser(args)
runner = typ.Runner()
« no previous file with comments | « tools/telemetry/telemetry/core/command_line.py ('k') | tools/telemetry/telemetry/util/find_dependencies.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698