You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Need to switch this to name the DID pathlist nicely
42
42
touch "${PathListFile}"# Open the file which will contain the path list
43
43
44
-
rucio replica list file --protocols root --pfns --rses isopenaccess ${Scope}:${DID}>>${PathListFile}
44
+
rucio replica list file --protocols root --pfns --rses isopenaccess ${Scope}:${DID}>${PathListFile}
45
45
46
46
echo"Parsed provided DID - $DID"
47
47
echo"All files locations within this dataset have been printed to ${PathListFile}"# Need to automate this in future such that the file is named sensibly
0 commit comments