This repository was archived by the owner on Sep 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ def rank( wfn ):
236236 for iwfo ,wfo in enumerate (wfs ):
237237 ## do the check other one workflow
238238 if spec and not (spec in wfo .name ): continue
239- if not spec and 'rucio' in (wfo .name ).lower (): continue
239+ if not spec and ( 'pdmvserv_task_EXO-RunIISummer16NanoAODv7-09137__v1_T_200916_174252_490' . lower () in (wfo .name ).lower () or 'pdmvserv_task_EXO-RunIISummer16NanoAODv7-09144__v1_T_200916_174257_4262' . lower () in ( wfo . name ). lower () ): continue
240240 checkers .append ( CheckBuster (
241241 will_do_that_many = will_do_that_many ,
242242 url = url ,
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ def rank( wfn ):
207207
208208 for iwfo ,wfo in enumerate (wfs ):
209209 if specific and not specific in wfo .name : continue
210- if not options .manual and 'rucio' in (wfo .name ).lower (): continue
210+ if not options .manual and ( 'pdmvserv_task_EXO-RunIISummer16NanoAODv7-09137__v1_T_200916_174252_490' . lower () in (wfo .name ).lower () or 'pdmvserv_task_EXO-RunIISummer16NanoAODv7-09144__v1_T_200916_174257_4262' . lower () in ( wfo . name ). lower () ): continue
211211 closers .append ( CloseBuster (
212212 wfo = wfo ,
213213 url = url ,
Original file line number Diff line number Diff line change 4848 wl = getWorkLoad (url , wfn )
4949
5050 print "%s/%s:" % (iw ,len (wfs )),wfn
51- if 'rucio' in wfn .lower (): continue
51+ if ( 'pdmvserv_task_EXO-RunIISummer16NanoAODv7-09137__v1_T_200916_174252_490' . lower () in wfn .lower () or 'pdmvserv_task_EXO-RunIISummer16NanoAODv7-09144__v1_T_200916_174257_4262' . lower () in wfn . lower () ): continue
5252 if not wl :
5353 continue
5454 outs = wl ['OutputDatasets' ]
You can’t perform that action at this time.
0 commit comments