diff --git a/script/tls.py b/script/tls.py index 5948c04d69..762147d826 100644 --- a/script/tls.py +++ b/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__':