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

Unified Diff: editor/build/gsutil.py

Issue 11638015: Fix 2 failing tests on windows. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years 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 | « editor/build/build.py ('k') | editor/build/gsutilTest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/build/gsutil.py
===================================================================
--- editor/build/gsutil.py (revision 16302)
+++ editor/build/gsutil.py (working copy)
@@ -396,7 +396,7 @@
message += ch
return message
- def AddPublicAcl(self, acl):
+ def AddPublicAcl(self, acl): # pylint: disable=R0201
"""Create the new ACL for the Object.
Args:
@@ -506,7 +506,7 @@
else:
self._LogStream(out, '')
- def _PrintFailure(self, text):
+ def _PrintFailure(self, text): # pylint: disable=R0201
"""Print a failure message."""
error_line_seperator = '*****************************'
« no previous file with comments | « editor/build/build.py ('k') | editor/build/gsutilTest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698