added hex_string to JobInfo instead of the raw hex
This commit is contained in:
parent
131ce1a75b
commit
0767965fb5
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ class Job:
|
|||
self.log.debug("handle call")
|
||||
self.log.debug(self.service)
|
||||
try:
|
||||
jobInfo = JobInfo(self.__hex__(), self.host, self.service)
|
||||
jobInfo = JobInfo(self.hex_string(), self.host, self.service)
|
||||
self.service._execute(jobInfo)
|
||||
jobInfo.set_execution_end()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue