We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e6efa commit c5d1023Copy full SHA for c5d1023
1 file changed
bin/stashcp
@@ -130,7 +130,6 @@ def doStashCpSingle(sourceFile, destination, debug=False):
130
start1 = int(time.time()*1000)
131
132
# First, check if the file is available in CVMFS
133
- # Really, we don't need to check for close caches before this, but oh well
134
if sourceFile[0] == '/':
135
cvmfs_file = os.path.join("/cvmfs/stash.osgstorage.org/", sourceFile[1:])
136
else:
0 commit comments