Browse Source

chore: add space in log

Samuel Attard 6 years ago
parent
commit
fc1469175b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      script/tls.py

+ 1 - 1
script/tls.py

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