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

Commit 19d1f5a

Browse files
committed
checkor rucio skip change
1 parent b6b05e8 commit 19d1f5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Unified/checkor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 options.manual and 'rucio' in (wfo.name).lower(): continue
239+
if not spec and 'rucio' in (wfo.name).lower(): continue
240240
checkers.append( CheckBuster(
241241
will_do_that_many = will_do_that_many,
242242
url = url,

0 commit comments

Comments
 (0)