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

Commit 401f0e7

Browse files
authored
Merge pull request #584 from CMSCompOps/closor_rucio_bug
should send log to closor module
2 parents 9f656e7 + c87160b commit 401f0e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Unified/closor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ def close(self):
501501
## figure the destination(s) out
502502
destinations = set()
503503
if tier in UC.get("tiers_to_rucio_relval"):
504-
sendLog("Data Tier: %s is blacklisted, so skipping dataset placement for: %s" % (tier,out))
504+
wfi.sendLog('closor', "Data Tier: %s is blacklisted, so skipping dataset placement for: %s" % (tier,out))
505505
continue
506506
if tier != "RECO" and tier != "ALCARECO":
507507
destinations.add('T2_CH_CERN')

0 commit comments

Comments
 (0)