typo fix
This commit is contained in:
parent
0767965fb5
commit
90d8e81775
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class Job:
|
||||||
|
|
||||||
def pretty_string(self):
|
def pretty_string(self):
|
||||||
ret = (self.hex_string() + ": (Hostgroup: " + str(self.hostgroup.get_name()) +
|
ret = (self.hex_string() + ": (Hostgroup: " + str(self.hostgroup.get_name()) +
|
||||||
" Host: " + str(self.host) + " Service: " + str(self.service) + str(self.job) + ")")
|
" Host: " + str(self.host) + " Service: " + str(self.service) + " " + str(self.job) + ")")
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
def set_job(self, job):
|
def set_job(self, job):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue