soem fixes
This commit is contained in:
parent
1f75340e59
commit
4d504be162
1 changed files with 1 additions and 1 deletions
|
|
@ -179,5 +179,5 @@ class Job:
|
||||||
|
|
||||||
def get_response_message(self):
|
def get_response_message(self):
|
||||||
message = str(self.status) + " [CLASS: " + str(self.jobHex) + "] " + \
|
message = str(self.status) + " [CLASS: " + str(self.jobHex) + "] " + \
|
||||||
str(self.get_hostgroup) + " " + str(self.get_host()) + " " + str(self.get_response())
|
str(self.get_hostgroup()) + " " + str(self.get_host()) + " " + str(self.get_response())
|
||||||
return message
|
return message
|
||||||
Loading…
Add table
Add a link
Reference in a new issue