added hex_string to JobInfo instead of the raw hex

This commit is contained in:
Johannes Findeisen 2013-10-10 23:19:24 +02:00
commit 0767965fb5

View file

@ -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()