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: third_party/WebKit/Tools/Scripts/webkitpy/common/prettypatch.py

Issue 2248653002: Revert of Fix pylint warnings in webkitpy/common/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Manual Revert (Patch Set 1 causes patch failure in read_checksum_from_png_unittest.py) Created 4 years, 4 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
Index: third_party/WebKit/Tools/Scripts/webkitpy/common/prettypatch.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/prettypatch.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/prettypatch.py
index e5c24f6817199c043659ad6e535cec1de229743e..ca8e6da1c05822852b430c153d3fadb8a78f9acc 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/prettypatch.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/prettypatch.py
@@ -62,4 +62,4 @@ class PrettyPatch(object):
]
# PrettyPatch does not modify the encoding of the diff output
# so we can't expect it to be utf-8.
- return self._executive.run_command(args, input_func=diff, decode_output=False)
+ return self._executive.run_command(args, input=diff, decode_output=False)

Powered by Google App Engine
This is Rietveld 408576698