1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Merge pull request #15718 from alalek:pylint_warnings

This commit is contained in:
Alexander Alekhin
2019-10-17 10:46:02 +00:00
26 changed files with 40 additions and 39 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ class SamplesFindFile(NewOpenCVTests):
def test_MissingFileException(self):
try:
res = cv.samples.findFile('non_existed.file', True)
_res = cv.samples.findFile('non_existed.file', True)
self.assertEqual("Dead code", 0)
except cv.error as _e:
pass