From fc1469175ba2318a9994d5fef9648bf60c630a7d Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Mon, 11 Jun 2018 18:23:59 +1000 Subject: [PATCH] chore: add space in log --- script/tls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__':