You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: Unified/checkor.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,7 @@ def rank( wfn ):
236
236
foriwfo,wfoinenumerate(wfs):
237
237
## do the check other one workflow
238
238
ifspecandnot (specinwfo.name): continue
239
-
ifnotspecand ('pdmvserv_task_EXO-RunIISummer16NanoAODv7-09221__v1_T_200917_014704_3490'.lower() in (wfo.name).lower() or'pdmvserv_task_HIG-RunIISummer16NanoAODv7-03979__v1_T_200915_013748_1986'.lower() in (wfo.name).lower()): continue
239
+
ifnotspecand ('cmsunified_task_HIG-RunIIFall17wmLHEGS-05036__v1_T_200712_005621_4159'.lower() in (wfo.name).lower() or'pdmvserv_task_HIG-RunIISummer16NanoAODv7-03979__v1_T_200915_013748_1986'.lower() in (wfo.name).lower()): continue
Copy file name to clipboardExpand all lines: Unified/closor.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ def rank( wfn ):
207
207
208
208
foriwfo,wfoinenumerate(wfs):
209
209
ifspecificandnotspecificinwfo.name: continue
210
-
ifnotoptions.manualand ('pdmvserv_task_EXO-RunIISummer16NanoAODv7-09221__v1_T_200917_014704_3490'.lower() in (wfo.name).lower() or'pdmvserv_task_HIG-RunIISummer16NanoAODv7-03979__v1_T_200915_013748_1986'.lower() in (wfo.name).lower()): continue
210
+
ifnotoptions.manualand ('cmsunified_task_HIG-RunIIFall17wmLHEGS-05036__v1_T_200712_005621_4159'.lower() in (wfo.name).lower() or'pdmvserv_task_HIG-RunIISummer16NanoAODv7-03979__v1_T_200915_013748_1986'.lower() in (wfo.name).lower()): continue
0 commit comments