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"] |