# | Line 87 | Line 87 | class GridCatHostService(GridCatService) | |
---|---|---|
87 | #return contact | |
88 | #print "sitename ",sitename | |
89 | ||
90 | < | batchsystem=self._Server.getsiteresult("site_info", "jobcon", self.sitename).strip() |
90 | > | batchsystem=self._Server.getresult("site_info", "jobcon", "WHERE host_name='"+self.hostname+"'").strip() |
91 | return batchsystem | |
92 | ||
93 | class GridCatSiteService(GridCatService): |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |