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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user