File tree Expand file tree Collapse file tree
sdk/identity/azure-identity/azure/identity Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,6 +45,6 @@ def __init__(self, **kwargs):
4545 credentials .append (shared_cache )
4646 except ImportError as ex :
4747 # transitive dependency pywin32 doesn't support 3.8 (https://github.com/mhammond/pywin32/issues/1431)
48- _LOGGER .info ("Shared token cache is unavailable: '{}'" . format ( ex ) )
48+ _LOGGER .info ("Shared token cache is unavailable: '%s'" , ex )
4949
5050 super (DefaultAzureCredential , self ).__init__ (* credentials )
Original file line number Diff line number Diff line change @@ -45,6 +45,6 @@ def __init__(self, **kwargs):
4545 credentials .append (shared_cache )
4646 except ImportError as ex :
4747 # transitive dependency pywin32 doesn't support 3.8 (https://github.com/mhammond/pywin32/issues/1431)
48- _LOGGER .info ("Shared token cache is unavailable: '{}'" . format ( ex ) )
48+ _LOGGER .info ("Shared token cache is unavailable: '%s'" , ex )
4949
5050 super ().__init__ (* credentials )
You can’t perform that action at this time.
0 commit comments