mirror of
https://github.com/zebrajr/opencv.git
synced 2026-01-15 12:15:17 +00:00
fix 4.x links
This commit is contained in:
@@ -25,7 +25,7 @@ class NewOpenCVTests(unittest.TestCase):
|
||||
repoPath = None
|
||||
extraTestDataPath = None
|
||||
# github repository url
|
||||
repoUrl = 'https://raw.github.com/opencv/opencv/master'
|
||||
repoUrl = 'https://raw.github.com/opencv/opencv/4.x'
|
||||
|
||||
def find_file(self, filename, searchPaths=[], required=True):
|
||||
searchPaths = searchPaths if searchPaths else [self.repoPath, self.extraTestDataPath]
|
||||
|
||||
Reference in New Issue
Block a user