base_utils: matrix_to_string(): Convert column to string before trying to determine...
commit8a0f52155dce3903eb6ff48172bf56bd21f6b47f
authorlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Fri, 7 Jan 2011 02:30:30 +0000 (7 02:30 +0000)
committerlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Fri, 7 Jan 2011 02:30:30 +0000 (7 02:30 +0000)
tree64d20c3f54392b6f1c9e558a9b9fef156cf6b9b4
parent60faa772c62ebf924dc2db5819851f1edf9292d0
base_utils: matrix_to_string(): Convert column to string before trying to determine its length

Sometimes the list might have non-string elements, such as datetype objects.
We can make things a little easier by converting those elements to
strings, so it's guaranteed the column will have a length to be determined.

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
git-svn-id: svn://test.kernel.org/autotest/trunk@5076 592f7852-d20e-0410-864c-8624ca9c26a4
client/common_lib/base_utils.py