typo fix
This commit is contained in:
parent
4aefac027c
commit
5716238b3a
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ def main():
|
|||
|
||||
for hostGroupService in hg.services:
|
||||
log.d(hostGroupService)
|
||||
jobInfo=JobInfo(hg.name, hg.members, hg.hosts, hostGroupService.service, hg.threshold, hg.parent)
|
||||
jobInfo = JobInfo(hg.name, hg.members, hg.hosts, hostGroupService.service, hg.threshold, hg.parent)
|
||||
jobInfo.setLogger(log)
|
||||
for period in hostGroupService.periods:
|
||||
log.d(period)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue