Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eb67934

Browse filesBrowse files
committed
fix typo
1 parent 55fc534 commit eb67934
Copy full SHA for eb67934

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def get_opencv_version(contrib, headless):
366366
if not os.path.exists(version_file):
367367
old_args = sys.argv.copy()
368368
sys.argv = ['', str(contrib), str(headless)]
369-
runpy.run_path("find_version.py ", run_name="__main__")
369+
runpy.run_path("find_version.py", run_name="__main__")
370370
sys.argv = old_args
371371

372372
with open(version_file) as fp:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.