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

Unified Diff: my_reviews.py

Issue 8749005: Silence pylint on Mac OSX 10.6 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 9 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 | « commit_queue.py ('k') | subprocess2.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: my_reviews.py
diff --git a/my_reviews.py b/my_reviews.py
index 47db1da2144f2c8c37306a288e18a315704ca0f1..fc18b3565a2d3b19db4e7d7c21e864e6e3fa928f 100755
--- a/my_reviews.py
+++ b/my_reviews.py
@@ -302,7 +302,8 @@ def main():
default='http://codereview.chromium.org',
help='Host to use, default is %default')
# Remove description formatting
- parser.format_description = lambda x: parser.description
+ parser.format_description = (
+ lambda _: parser.description) # pylint: disable=E1101
options, args = parser.parse_args()
if args:
parser.error('Args unsupported')
« no previous file with comments | « commit_queue.py ('k') | subprocess2.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698