mirror of
https://github.com/electron/electron.git
synced 2026-01-28 16:58:21 -05:00
Merge pull request #13215 from electron/add-space
chore: add space in TLS version check log
This commit is contained in:
@@ -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__':
|
||||
|
||||
Reference in New Issue
Block a user