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

Comparing COMP/CRAB/python/SchedulerRcondor.py (file contents):
Revision 1.7 by belforte, Fri Aug 10 09:17:19 2012 UTC vs.
Revision 1.8 by belforte, Fri Aug 10 14:57:24 2012 UTC

# Line 51 | Line 51 | class SchedulerRcondor(SchedulerGrid) :
51          self.proxyValid=0
52          self.dontCheckProxy=int(cfg_params.get("GRID.dont_check_proxy",0))
53          self.space_token = cfg_params.get("USER.space_token",None)
54 <        try:
55 <            self.proxyServer = Downloader("http://cmsdoc.cern.ch/cms/LCG/crab/config/").config("myproxy_server.conf")
56 <            self.proxyServer = self.proxyServer.strip()
57 <            if self.proxyServer is None:
58 <                raise CrabException("myproxy_server.conf retrieved but empty")
59 <        except Exception, e:
60 <            common.logger.info("Problem setting myproxy server endpoint: using myproxy.cern.ch")
61 <            common.logger.debug(e)
62 <            self.proxyServer= 'myproxy.cern.ch'
54 >        self.proxyServer= 'myproxy.cern.ch'
55          self.group = cfg_params.get("GRID.group", None)
56          self.role = cfg_params.get("GRID.role", None)
57          self.VO = cfg_params.get('GRID.virtual_organization','cms')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines