Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1552f8e

Browse filesBrowse files
committed
wb for python 3.3
1 parent 770f601 commit 1552f8e
Copy full SHA for 1552f8e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎plotly/offline.py

Copy file name to clipboardExpand all lines: plotly/offline.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def download_plotlyjs(download_url):
2929
res = requests.get(download_url)
3030
res.raise_for_status()
3131

32-
with open(PLOTLY_OFFLINE_BUNDLE, 'w') as f:
32+
with open(PLOTLY_OFFLINE_BUNDLE, 'wb') as f:
3333
f.write(res.content)
3434

3535
print('\n'.join([

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.