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

Comparing COMP/CRAB/python/CredentialRenew.py (file contents):
Revision 1.9 by farinafa, Tue May 11 13:39:50 2010 UTC vs.
Revision 1.10 by farinafa, Tue May 11 14:01:08 2010 UTC

# Line 28 | Line 28 | class CredentialRenew(Actor):
28  
29          try:
30              myproxyserver = Downloader("http://cmsdoc.cern.ch/cms/LCG/crab/config/").config("myproxy_server.conf")
31 +            myproxyserver = myproxyserver.strip()
32              if myproxyserver is None:
33                  raise CrabException("myproxy_server.conf retrieved but empty")
34          except Exception, e:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines