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.74 by spiga, Mon Mar 28 10:02:26 2011 UTC vs.
Revision 1.75 by fanzago, Sun Apr 3 22:33:47 2011 UTC

# Line 350 | Line 350 | class ServerCommunicator:
350          ## Additional field for DashBoard
351          miniCfg['CMSSW.datasetpath'] = self.cfg_params.get('CMSSW.datasetpath', 'None')
352  
353 +        ###################################################################################
354 +        ### FEDE for tasktype, savannah 76950
355 +        miniCfg['USER.tasktype'] = self.cfg_params.get("USER.tasktype", 'analysis')
356 +        ###################################################################################
357          ## Additional fields for Notification by the server
358          miniCfg['eMail'] = self.cfg_params.get('USER.email', None)
359          miniCfg['threshold'] = self.cfg_params.get('USER.thresholdlevel', 100)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines