We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35641c3 commit 5c0f3caCopy full SHA for 5c0f3ca
msal_extensions/token_cache.py
@@ -35,7 +35,7 @@ def _reload_if_necessary(self):
35
if self._last_sync < self._persistence.time_last_modified():
36
self.deserialize(self._persistence.load())
37
self._last_sync = time.time()
38
- except IOError as exp:
+ except EnvironmentError as exp:
39
if exp.errno != errno.ENOENT:
40
raise
41
# Otherwise, from cache's perspective, a nonexistent file is a NO-OP
0 commit comments