remove duplicate log message

This commit is contained in:
Usman Nasir
2020-05-16 14:01:11 +05:00
parent 47c0e0ef5c
commit d4741a6ab7

View File

@@ -264,7 +264,6 @@ define('WP_SITEURL','http://%s');
os.remove(databasePath) os.remove(databasePath)
except: except:
pass pass
if eraseCheck: if eraseCheck:
sourcePath = child.path sourcePath = child.path
destinationPath = '/home/%s/public_html' % (child.master.domain) destinationPath = '/home/%s/public_html' % (child.master.domain)
@@ -288,8 +287,6 @@ define('WP_SITEURL','http://%s');
logging.statusWriter(tempStatusPath, 'Data copied..,[200]') logging.statusWriter(tempStatusPath, 'Data copied..,[200]')
logging.statusWriter(tempStatusPath, 'Data copied..,[200]')
return 0 return 0
except BaseException as msg: except BaseException as msg:
mesg = '%s. [404]' % (str(msg)) mesg = '%s. [404]' % (str(msg))