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 e2ff81f

Browse filesBrowse files
NelleVMeeseeksDev[bot]
authored andcommitted
Backport PR matplotlib#13451: MNT: fix logic error where we never try the second freetype URL
1 parent 4677728 commit e2ff81f
Copy full SHA for e2ff81f

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎setupext.py

Copy file name to clipboardExpand all lines: setupext.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,8 +1170,8 @@ def do_custom_build(self):
11701170
tar_contents = download_or_cache(tarball_url,
11711171
LOCAL_FREETYPE_HASH)
11721172
break
1173-
except Exception as ex:
1174-
raise ex
1173+
except Exception:
1174+
pass
11751175
else:
11761176
raise IOError("Failed to download FreeType. Please download " +
11771177
"one of {target_urls} ".format(

0 commit comments

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