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 4677728 + e2ff81f commit 2ab4767Copy full SHA for 2ab4767
1 file changed
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