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

Commit

Permalink
Merge pull request #584 from CMSCompOps/closor_rucio_bug
Browse files Browse the repository at this point in the history
should send log to closor module
  • Loading branch information
sharad1126 authored Jun 11, 2020
2 parents 9f656e7 + c87160b commit 401f0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unified/closor.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def close(self):
## figure the destination(s) out
destinations = set()
if tier in UC.get("tiers_to_rucio_relval"):
sendLog("Data Tier: %s is blacklisted, so skipping dataset placement for: %s" % (tier,out))
wfi.sendLog('closor', "Data Tier: %s is blacklisted, so skipping dataset placement for: %s" % (tier,out))
continue
if tier != "RECO" and tier != "ALCARECO":
destinations.add('T2_CH_CERN')
Expand Down

0 comments on commit 401f0e7

Please sign in to comment.