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