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

Commit 1142abb

Browse files
committed
update useSiteListAsLocation to boolean
1 parent 48ef893 commit 1142abb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RelVal/assignRelValWorkflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def assignRequest(url,workflow,team,site,era,procstr,procver,activity,lfn,maxrss
5858
"ProcessingString": procstr,
5959
"ProcessingVersion": procver,
6060
"Dashboard": activity,
61-
"useSiteListAsLocation" : "true", ### when we want to use xrootd to readin input files
61+
"useSiteListAsLocation" : True, ### when we want to use xrootd to readin input files
6262
# "CustodialSites": ['T1_US_FNAL'],
6363
# "NonCustodialSites": ['T2_CH_CERN'],
6464
# "AutoApproveSubscriptionSites": ['T1_US_FNAL'],

0 commit comments

Comments
 (0)