Skip to content

Commit 76ef725

Browse files
committed
fix translation export
1 parent 0b81ca4 commit 76ef725

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

onesky/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def do_http_request(self, relative_url, parameters=None, method='GET',
6464
files=files)
6565

6666
if (response.headers.get('content-disposition', '').
67-
startswith('attachment:')):
67+
startswith('attachment;')):
6868
# the response body is the contents of a file. We save to a file
6969
# here and return 'filename' in the response dictionary.
7070

0 commit comments

Comments
 (0)