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

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

Issue 739623005: [Telemetry] Resolve errors due to new pylint checker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ready to land Created 6 years, 1 month 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/unittest.py ('k') | tools/telemetry/telemetry/unittest_util/run_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/unittest_util/json_results.py
diff --git a/tools/telemetry/telemetry/unittest_util/json_results.py b/tools/telemetry/telemetry/unittest_util/json_results.py
index 256e5c93efecd3d9773c6ce337a606abe3bb0357..0fed092c475694ce7af14a494b58b42159f5e1e1 100644
--- a/tools/telemetry/telemetry/unittest_util/json_results.py
+++ b/tools/telemetry/telemetry/unittest_util/json_results.py
@@ -64,7 +64,7 @@ def UploadFullResultsIfNecessary(args, full_results):
attrs = [('builder', args.builder_name),
('master', args.master_name),
('testtype', args.test_type)]
- content_type, data = _EncodeMultiPartFormData(attrs, full_results)
+ content_type, data = _EncodeMultiPartFormData(attrs, full_results)
return _UploadData(url, data, content_type)
« no previous file with comments | « tools/telemetry/telemetry/unittest.py ('k') | tools/telemetry/telemetry/unittest_util/run_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698