File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 2929 "/store/data/Run2012D/SingleMu/RAW-RECO/ZMu-15Apr2014-v1/00000/0A3BFB8B-0DCD-E311-A6C5-485B39800C2D.root" ,
3030 "/store/relval/CMSSW_12_3_0_pre5/RelValTTbar_14TeV/GEN-SIM/123X_mcRun4_realistic_v4_2026D88noPU-v1/10000/49e54274-4298-4576-b47b-866e2247eab5.root" ,
3131]
32+ override_limit = {
33+ "55976934e0a2dbd0b6e99d9f64e1edc5840aaf3648204589f76e15ba933764b5" : 10000 ,
34+ "fdf9e08774bbca514fbe4de4dc65585eb4807291e8283d0c7420c1ba5928b9ef" : 10000 ,
35+ }
3236
3337
3438def write_file (outfile , data ):
@@ -80,6 +84,8 @@ def run_das_client(
8084 retry_str = ""
8185 if "das_client" in dasclient :
8286 retry_str = "--retry=%s" % retry
87+ if sha in override_limit :
88+ limit = override_limit [sha ]
8389 das_cmd = "%s --format=json --limit=%s --query '%s%s' %s --threshold=%s %s" % (
8490 dasclient ,
8591 limit ,
You can’t perform that action at this time.
0 commit comments