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

Unified Diff: gsd_generate_index.py

Issue 8588007: Ignore pylint warning. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/gsd_generate_index/
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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gsd_generate_index.py
===================================================================
--- gsd_generate_index.py (revision 110377)
+++ gsd_generate_index.py (working copy)
@@ -154,7 +154,7 @@
# Generate it.
try:
GenerateIndex(d, children, directories, options)
- except Exception, e:
+ except Exception, e: # pylint: disable=W0703
mutex.acquire()
errors.append(e)
print str(e)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698