From c1e17b84e19a1aa15512479ac366b2271a66c275 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Tue, 7 Jun 2022 13:50:32 +0500 Subject: [PATCH] resolve conflic --- plogical/applicationInstaller.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plogical/applicationInstaller.py b/plogical/applicationInstaller.py index b073d6b7e..c960024e1 100755 --- a/plogical/applicationInstaller.py +++ b/plogical/applicationInstaller.py @@ -2246,7 +2246,7 @@ $parameters = array( command = f'rm -rf {self.tempPath}' - #ProcessUtilities.executioner(command) + ProcessUtilities.executioner(command) logging.statusWriter(self.tempStatusPath, 'Completed.[200]') @@ -2258,7 +2258,6 @@ $parameters = array( mesg = '%s. [404]' % (str(msg)) logging.statusWriter(self.tempStatusPath, mesg) - def WPCreateBackup(self): try: from managePHP.phpManager import PHPManager