8000 fix typo · lineCode/opencv-python@b1a7fcc · GitHub
[go: up one dir, main page]

Skip to content

Commit b1a7fcc

Browse files
committed
fix typo
1 parent b0ef671 commit b1a7fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def main():
4545
if build_contrib and not build_headless:
4646
package_name = "opencv-contrib-python"
4747

48-
if build_contrib and build_headless
48+
if build_contrib and build_headless:
4949
package_name = "opencv-contrib-python-headless"
5050

5151
if build_headless and not build_contrib:

0 commit comments

Comments
 (0)
0