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 9ad778e + cd0476f commit 0eb6c12Copy full SHA for 0eb6c12
setup.py
@@ -412,7 +412,8 @@ def _classify_installed_files_override(
412
final_install_relpaths.append(new_install_relpath)
413
del m, fslash_relpath, new_install_relpath
414
else:
415
- if not found:
+ # gapi can be missed if ADE was not downloaded (network issue)
416
+ if not found and "gapi" not in relpath_re:
417
raise Exception("Not found: '%s'" % relpath_re)
418
del r, found
419
0 commit comments