Merge pull request #13215 from electron/add-space

chore: add space in TLS version check log
This commit is contained in:
John Kleinschmidt 2018-06-11 09:35:20 -04:00 коммит произвёл GitHub
Родитель 6ad0a22602 fc1469175b
Коммит fa1a5f2a42
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -26,7 +26,7 @@ def check_tls(verbose):
sys.exit(1)
else:
if verbose:
print "Your Python is using " + tls + ", which is sufficient for" \
print "Your Python is using " + tls + ", which is sufficient for " \
+ "building Electron."
if __name__ == '__main__':