From d7c0c38b8d9c20fc24f5bd1bc8a368888025440d Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Thu, 20 Aug 2015 16:08:20 -0700 Subject: Making oauth2client/ files pass PEP8. --- oauth2client/file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oauth2client/file.py') diff --git a/oauth2client/file.py b/oauth2client/file.py index 83add1c..d0dd174 100644 --- a/oauth2client/file.py +++ b/oauth2client/file.py @@ -42,7 +42,7 @@ class Storage(BaseStorage): def _validate_file(self): if os.path.islink(self._filename): raise CredentialsFileSymbolicLinkError( - 'File: %s is a symbolic link.' % self._filename) + 'File: %s is a symbolic link.' % self._filename) def acquire_lock(self): """Acquires any lock necessary to access this Storage. -- cgit v1.2.3