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 b0ef671 commit b1a7fccCopy full SHA for b1a7fcc
setup.py
@@ -45,7 +45,7 @@ def main():
45
if build_contrib and not build_headless:
46
package_name = "opencv-contrib-python"
47
48
- if build_contrib and build_headless
+ if build_contrib and build_headless:
49
package_name = "opencv-contrib-python-headless"
50
51
if build_headless and not build_contrib:
0 commit comments