bug fix: wp staging

This commit is contained in:
Usman Nasir
2020-01-07 12:41:32 +05:00
parent b595576bb1
commit c2e37f30bc
3 changed files with 8 additions and 5 deletions

View File

@@ -27,7 +27,8 @@ class ApplicationInstaller(multi.Thread):
multi.Thread.__init__(self)
self.installApp = installApp
self.extraArgs = extraArgs
self.tempStatusPath = self.extraArgs['tempStatusPath']
if extraArgs != None:
self.tempStatusPath = self.extraArgs['tempStatusPath']
def run(self):
try: