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 864f044

Browse filesBrowse files
dstansbyMeeseeksDev[bot]
authored andcommitted
Backport PR #13787: Fix failure to import matplotlib.animation on Windows.
1 parent edc35fd commit 864f044
Copy full SHA for 864f044

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

‎lib/matplotlib/__init__.py

Copy file name to clipboardExpand all lines: lib/matplotlib/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def impl(args, regex, min_ver=None):
363363
for name in ["convert.exe", "magick.exe"]:
364364
candidate = Path(binpath, name)
365365
if candidate.exists():
366-
path = candidate
366+
path = str(candidate)
367367
break
368368
else:
369369
path = "convert"

0 commit comments

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