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.
1 parent d3e8ce3 commit 4abf7dbCopy full SHA for 4abf7db
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