commit | 3cfaf2c2a6cae66d00b9e10e8fcd1e26a94967c2 | [log] [tgz] |
---|---|---|
author | Travis Hobrla <thobrla@google.com> | Wed Jan 18 10:57:11 2017 -0800 |
committer | Travis Hobrla <thobrla@google.com> | Wed Jan 18 10:57:14 2017 -0800 |
tree | 5d15dcd39710e9f36f80749fa141b75ec4d07971 | |
parent | cb827e45c179c9c4463b40106164d2b9ec7d81b6 [diff] |
Treat exceptions accessing GCE credential cache file as a cache miss This fixes an issue where problems accessing the cache file on the filesystem (for example, in a container with no mounted filesystem) would cause apitools to abort entirely, as opposed to simply not caching the credentials. Fixes https://github.com/google/apitools/issues/139