We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e469e commit aa023d8Copy full SHA for aa023d8
tools/travis/box-upload.py
@@ -44,7 +44,7 @@ def upload_file(local_file, remote_file):
44
remote_file = remote_file[1:]
45
46
url = "http://DamCYhF8.mybluemix.net/upload?%s" % \
47
- urllib.urlencode({"name": remote_file})
+ urllib.parse.urlencode({"name": remote_file})
48
49
r = requests.post(url,
50
headers={"Content-Type": "application/gzip"},
0 commit comments