From ff1d715f6755880a90ba66355da79ca016ce8396 Mon Sep 17 00:00:00 2001 From: rperper Date: Tue, 30 Oct 2018 11:47:31 -0400 Subject: [PATCH] Syntax again... --- install/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.py b/install/install.py index bd9e7e34b..0baef533a 100755 --- a/install/install.py +++ b/install/install.py @@ -2349,7 +2349,7 @@ class preFlightsChecks: res = subprocess.call(shlex.split(command)) if res == 0: self.stdOut("Created ubuntu symbolic link to pcre") - else + else: self.stdOut("Error creating symbolic link to pcre: " + str(res))