{Core} az login: Remove the extra linebreak from warning message (#15792)

This commit is contained in:
Jiashuo Li 2020-11-04 16:59:02 +08:00 коммит произвёл GitHub
Родитель 88ec058dc4
Коммит 7a320f18d7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1283,7 +1283,7 @@ def _get_authorization_code_worker(authority_url, resource, results):
# Emit a warning to inform that a browser is opened.
# Only show the path part of the URL and hide the query string.
logger.warning("The default web browser has been opened at %s. Please continue the login in the web browser.\n"
logger.warning("The default web browser has been opened at %s. Please continue the login in the web browser. "
"If no web browser is available or if the web browser fails to open, use device code flow "
"with `az login --use-device-code`.", url.split('?')[0])