We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4677728 commit e2ff81fCopy full SHA for e2ff81f
setupext.py
@@ -1170,8 +1170,8 @@ def do_custom_build(self):
1170
tar_contents = download_or_cache(tarball_url,
1171
LOCAL_FREETYPE_HASH)
1172
break
1173
- except Exception as ex:
1174
- raise ex
+ except Exception:
+ pass
1175
else:
1176
raise IOError("Failed to download FreeType. Please download " +
1177
"one of {target_urls} ".format(
0 commit comments