typo fix
This commit is contained in:
parent
e4a4263d44
commit
c9c3815f64
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ def main():
|
||||||
|
|
||||||
for hostGroupService in hg.services:
|
for hostGroupService in hg.services:
|
||||||
log.d(hostGroupService)
|
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)
|
jobInfo.setLogger(log)
|
||||||
for period in hostGroupService.periods:
|
for period in hostGroupService.periods:
|
||||||
log.d(period)
|
log.d(period)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue