aboutsummaryrefslogtreecommitdiff
path: root/oauth2client/file.py
diff options
context:
space:
mode:
Diffstat (limited to 'oauth2client/file.py')
-rw-r--r--oauth2client/file.py2
1 files changed, 1 insertions, 1 deletions
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.