diff options
Diffstat (limited to 'docker/auth.py')
-rw-r--r-- | docker/auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/auth.py b/docker/auth.py index 58b35eb..638ab9b 100644 --- a/docker/auth.py +++ b/docker/auth.py @@ -273,7 +273,7 @@ class AuthConfig(dict): 'Password': data['Secret'], }) return res - except dockerpycreds.CredentialsNotFound as e: + except dockerpycreds.CredentialsNotFound: log.debug('No entry found') return None except dockerpycreds.StoreError as e: |