# | 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: |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |