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

Comparing COMP/CRAB/python/ServerCommunicator.py (file contents):
Revision 1.39 by spiga, Thu May 28 15:16:40 2009 UTC vs.
Revision 1.40 by spiga, Wed Jul 1 16:06:53 2009 UTC

# Line 40 | Line 40 | class ServerCommunicator:
40          CliServerParams(self)
41          self.crab_task_name = common.work_space.topDir().split('/')[-2] # nice task name "crab_0_..."
42  
43 <        configAPI = {'credential' : credentialType }
43 >        configAPI = {'credential' : credentialType, \
44 >                     'logger' : common.logger() }
45          
46          CredAPI =  CredentialAPI( configAPI )            
47          try:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines