# | Line 10 | Line 10 | class ServerConfig: | |
---|---|---|
10 | def __init__(self, serverName): | |
11 | import string | |
12 | serverName = string.lower(serverName) | |
13 | < | common.logger.debug(5,'Calling ServerConfig') |
13 | > | common.logger.debug(5,'Calling ServerConfig '+serverName) |
14 | # self.url = 'http://cmsdoc.cern.ch/cms/ccs/wm/www/Crab/useful_script/' | |
15 | ||
16 | self.url ='https://cmsweb.cern.ch/crabconf/files/' | |
# | Line 51 | Line 51 | class ServerConfig: | |
51 | if not l: | |
52 | l = str('{}') | |
53 | self.theConfig = eval(l) | |
54 | + | self.theConfig['serverGenericName']=serverName |
55 | pass | |
56 | ||
57 | def config(self): |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |