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 55fc534 commit eb67934Copy full SHA for eb67934
setup.py
@@ -366,7 +366,7 @@ def get_opencv_version(contrib, headless):
366
if not os.path.exists(version_file):
367
old_args = sys.argv.copy()
368
sys.argv = ['', str(contrib), str(headless)]
369
- runpy.run_path("find_version.py ", run_name="__main__")
+ runpy.run_path("find_version.py", run_name="__main__")
370
sys.argv = old_args
371
372
with open(version_file) as fp:
0 commit comments