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 6db939b commit 7876adbCopy full SHA for 7876adb
trino/auth.py
@@ -291,8 +291,7 @@ class ConsoleRedirectHandler(RedirectHandler):
291
"""
292
293
def __call__(self, url: str) -> None:
294
- print("Open the following URL in browser for the external authentication:")
295
- print(url)
+ print(f"Open the following URL in browser for the external authentication:\n{url}", flush=True)
296
297
298
class WebBrowserRedirectHandler(RedirectHandler):
0 commit comments