Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit 1f15d36

Browse files
authored
Merge pull request #651 from CMSCompOps/skip_string
Add rucio skip in assignor
2 parents 2795161 + 6f3704e commit 1f15d36

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Unified/assignor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ def rank( wfn ):
9090
if specific:
9191
if not any(map(lambda sp: sp in wfo.name, specific.split(','))): continue
9292
#if not specific in wfo.name: continue
93+
94+
if not options.manual and 'rucio' in (wfo.name).lower(): continue
9395
print "\n\n"
9496
wfh = workflowInfo( url, wfo.name)
9597

0 commit comments

Comments
 (0)