mirror of
https://github.com/opencv/opencv.git
synced 2026-07-26 22:03:04 +04:00
235e648bf5
* [ts][summary.py] Extend `-o` to support tabs separated output. * [ts][summary.py] Improve TABS sepatated output. There is no need to print TAB at the beginning and at the end of each row in the table. Cosmetic change: using python list comprehension instead of for loop to process a single row.