ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/GridCatService.py
(Generate patch)

Comparing COMP/CRAB/python/GridCatService.py (file contents):
Revision 1.1 by gutsche, Mon Mar 27 17:30:51 2006 UTC vs.
Revision 1.2 by gutsche, Wed Sep 13 14:25:38 2006 UTC

# 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):

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines