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

Commit 12a1c8d

Browse files
authored
Merge pull request #587 from CMSCompOps/closor_non_relval_nanoaod_log
should send log to closor module in the workflow log
2 parents e2570eb + fa5774e commit 12a1c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Unified/closor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ def close(self):
545545

546546
## by typical enabling
547547
if tier in UC.get("tiers_to_rucio_nonrelval"):
548-
sendLog("Data Tier: %s is blacklisted, so skipping dataset placement for: %s" % (tier,out))
548+
wfi.sendLog('closor',"Data Tier: %s is blacklisted, so skipping dataset placement for: %s" % (tier,out))
549549
continue
550550

551551
if tier in UC.get("tiers_to_DDM"):

0 commit comments

Comments
 (0)