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

Commit c87160b

Browse files
committed
wfi.sendlog instead os sendlog
1 parent 28f51cb commit c87160b

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('closor',"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)