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

Comparing COMP/CRAB/python/SchedulerEdg.py (file contents):
Revision 1.85 by gutsche, Wed Sep 27 16:17:07 2006 UTC vs.
Revision 1.86 by gutsche, Wed Oct 4 16:31:13 2006 UTC

# Line 68 | Line 68 | class SchedulerEdg(Scheduler):
68          try: self.return_data = cfg_params['USER.return_data']
69          except KeyError: self.return_data = 1
70  
71 <        try:
72 <             self.copy_input_data = common.analisys_common_info['copy_input_data']
73 <             #print "self.copy_input_data = ", self.copy_input_data
74 <        except KeyError: self.copy_input_data = 0
71 >        # was set t o zero in cms_cmssw.py to deactivate only for cmssw
72 >        # after CRAB_1_3_0, support for ORCA was dropped, so setting it here to zero and avoiding usage of non-existant analisys_common_info
73 >        self.copy_input_data = 0
74  
75          try:
76              self.copy_data = cfg_params["USER.copy_data"]

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines