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 8559f04 commit 4de6dfbCopy full SHA for 4de6dfb
setupext.py
@@ -1275,8 +1275,8 @@ def do_custom_build(self):
1275
tar_contents = download_or_cache(tarball_url,
1276
LOCAL_FREETYPE_HASH)
1277
break
1278
- except Exception as ex:
1279
- raise ex
+ except Exception:
+ pass
1280
else:
1281
raise IOError("Failed to download FreeType. Please download " +
1282
"one of {target_urls} ".format(
0 commit comments