chore: add space in log

This commit is contained in:
Samuel Attard 2018-06-11 18:23:59 +10:00 committed by GitHub
parent 6ad0a22602
commit fc1469175b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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__':