mirror of https://github.com/apache/cloudstack.git
Fixed a missing hunk from this commit aeb5ec07
This commit is contained in:
parent
a797029b70
commit
b21030b851
|
|
@ -81,7 +81,7 @@ class workThread(threading.Thread):
|
|||
if cmd.isAsync == "false":
|
||||
jobstatus.startTime = datetime.datetime.now()
|
||||
|
||||
result = self.connection.make_request(cmd)
|
||||
result = self.connection.marvinRequest(cmd)
|
||||
jobstatus.result = result
|
||||
jobstatus.endTime = datetime.datetime.now()
|
||||
jobstatus.duration =\
|
||||
|
|
|
|||
Loading…
Reference in New Issue