We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 591e7db + b3ea90c commit 87cbc04Copy full SHA for 87cbc04
1 file changed
bin/stashcp
@@ -17,7 +17,7 @@ import logging
17
from urlparse import urlparse
18
19
# Version information for user-agent
20
-VERSION = "5.1.1"
+VERSION = "5.1.2"
21
22
main_redirector = "root://redirector.osgstorage.org"
23
stash_origin = "root://stash.osgconnect.net"
@@ -407,7 +407,7 @@ def get_best_stashcache():
407
append_text = "api/v1.0/geo/stashcp"
408
409
# Headers for the HTTP request
410
- headers = {'Cache-control': 'max-age=0', 'User-Agent': 'stashcp/{}'.format(VERSION)}
+ headers = {'Cache-control': 'max-age=0', 'User-Agent': 'stashcp/{0}'.format(VERSION) }
411
412
# Randomize the geo ip sites
413
random.shuffle(geo_ip_sites)
0 commit comments