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 4abf7db

Browse filesBrowse files
committed
MNT: fix logic error where we never try the second freetype URL
closes #13450
1 parent d3e8ce3 commit 4abf7db
Copy full SHA for 4abf7db

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
@@ -983,8 +983,8 @@ def do_custom_build(self):
983983
tar_contents = download_or_cache(tarball_url,
984984
LOCAL_FREETYPE_HASH)
985985
break
986-
except Exception as ex:
987-
raise ex
986+
except Exception:
987+
pass
988988
else:
989989
raise IOError("Failed to download FreeType. Please download " +
990990
"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.