| 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 = '*****************************'
|
|
|
|
|