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 f3de931 commit cef3c0fCopy full SHA for cef3c0f
ydb/aio/iam.py
@@ -126,7 +126,8 @@ async def _make_token_request(self):
126
) as response:
127
if not response.ok:
128
self.logger.error(
129
- "Error while getting token from metadata: %s" % await response.text()
+ "Error while getting token from metadata: %s"
130
+ % await response.text()
131
)
132
response.raise_for_status()
133
return await response.json()
0 commit comments