diff --git a/utils.py b/utils.py index 28184ac3..688d2b78 100755 --- a/utils.py +++ b/utils.py @@ -4571,6 +4571,7 @@ def getSiteWhiteList(self, pickone=False, verbose=True): for sec in secondary: pileup_locations = rucioClient.getDatasetLocationsByAccount(sec, "wmcore_transferor") pileup_locations += rucioClient.getDatasetLocationsByAccount(sec, "transfer_ops") + pileup_locations += rucioClient.getDatasetLocationsByAccount(sec, "wmcore_pileup") sites_allowed += pileup_locations sites_allowed = sorted(set(sites_allowed)) print("Reading minbias")