1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

pylint: eliminate warnings

This commit is contained in:
Alexander Alekhin
2019-11-01 18:59:35 +03:00
parent 469addeca3
commit 48073e6d95
4 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ def main():
print("Can't stitch images, error code = %d" % status)
sys.exit(-1)
cv.imwrite(args.output, pano);
cv.imwrite(args.output, pano)
print("stitching completed successfully. %s saved!" % args.output)
print('Done')