Content-Length: 247705 | pFad | http://github.com/opencv/opencv-python/commit/f68be384bb0310f1fdf95351fdffda7bf288b8d1

CE Skip only gapi if it was not found · opencv/opencv-python@f68be38 · GitHub
Skip to content

Commit f68be38

Browse files
committed
Skip only gapi if it was not found
1 parent 9ad778e commit f68be38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,8 @@ def _classify_installed_files_override(
412412
final_install_relpaths.append(new_install_relpath)
413413
del m, fslash_relpath, new_install_relpath
414414
else:
415-
if not found:
415+
# gapi can be missed if ADE was not downloaded (network issue)
416+
if not found and "gapi" not in relpath_re:
416417
raise Exception("Not found: '%s'" % relpath_re)
417418
del r, found
418419

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/opencv/opencv-python/commit/f68be384bb0310f1fdf95351fdffda7bf288b8d1

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy