diff --git a/Unified/batchor.py b/Unified/batchor.py index d114a8a69..36a0994a4 100755 --- a/Unified/batchor.py +++ b/Unified/batchor.py @@ -92,8 +92,9 @@ def pick_one_site( p): if campaign in batches: continue ## get a bunch of information setup = copy.deepcopy( default_hi_setup ) - possible_sites = set(["T1_DE_KIT","T1_FR_CCIN2P3"]) - hi_site = random.choice(list(possible_sites)) + ##possible_sites = set(["T1_DE_KIT","T1_FR_CCIN2P3"]) + ##hi_site = random.choice(list(possible_sites)) + hi_site = "T2_CH_CERN" setup["parameters"]["SiteWhitelist"]=[ hi_site ] pick_one_site( setup )