Skip to content

Commit eb67934

Browse files
committed
fix typo
1 parent 55fc534 commit eb67934

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
@@ -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)