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

Commit fa5774e

Browse files
committed
should send log to closor module in the workflow log
1 parent e2570eb commit fa5774e

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)