Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 72cad98 + 4abf7db commit f5c88b4Copy full SHA for f5c88b4
1 file changed
setupext.py
@@ -983,8 +983,8 @@ def do_custom_build(self):
983
tar_contents = download_or_cache(tarball_url,
984
LOCAL_FREETYPE_HASH)
985
break
986
- except Exception as ex:
987
- raise ex
+ except Exception:
+ pass
988
else:
989
raise IOError("Failed to download FreeType. Please download " +
990
"one of {target_urls} ".format(
0 commit comments