We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 040f22b commit 7bae5a1Copy full SHA for 7bae5a1
1 file changed
bin/stashcp
@@ -261,7 +261,7 @@ def get_best_stashcache():
261
logging.debug("Querying for closest cache: %s", final_url)
262
try:
263
# Make the request
264
- req = urllib2.Request(final_url, headers)
+ req = urllib2.Request(final_url, headers=headers)
265
response = urllib2.urlopen(req)
266
if response.getcode() == 200:
267
logging.debug("Got error code 200 from %s", cur_site)
0 commit comments