From ebc097540c762571f991d6a0357b98737e96ca52 Mon Sep 17 00:00:00 2001 From: harshadyeola Date: Tue, 17 Mar 2015 18:45:44 +0530 Subject: [PATCH] fixed syntax --- ee/cli/plugins/site_functions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ee/cli/plugins/site_functions.py b/ee/cli/plugins/site_functions.py index 5ecfc2cb..4ca013b9 100644 --- a/ee/cli/plugins/site_functions.py +++ b/ee/cli/plugins/site_functions.py @@ -157,8 +157,8 @@ def setupwordpress(self, data): Log.info(self, "Downloading Wordpress \t\t", end='') EEFileUtils.chdir(self, '{0}/htdocs/'.format(ee_site_webroot)) EEShellExec.cmd_exec(self, "wp --allow-root core" - "download") or Log.error("Unableto download wordpress" - " core") + "download") or Log.error(self, "Unableto download" + " wordpress core") Log.info(self, "[" + Log.ENDC + "Done" + Log.OKBLUE + "]") if not (data['ee_db_name'] and data['ee_db_user'] and data['ee_db_pass']):