Skip to content

Commit 766c992

Browse files
authored
Remove trailing slash
1 parent 1f2328a commit 766c992

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
@@ -83,7 +83,7 @@ def main():
8383
['python/([^/]+/){1,2}cv2[^/]*%(ext)s' % {'ext': re.escape(sysconfig.get_config_var('SO'))}],
8484

8585
'cv2.data': [ # OPENCV_OTHER_INSTALL_PATH
86-
('etc' if os.name == 'nt' else 'share/opencv4/') +
86+
('etc' if os.name == 'nt' else 'share/opencv4') +
8787
r'/haarcascades/.*\.xml'
8888
]
8989
}

0 commit comments

Comments
 (0)