@mraygalaxy @mraygalaxy2
A follow up PR for https://github.com/ibmcb/cbtool/pull/434
We also noticed in some other cases, the table names returned during cloudbench initialization were still regular strings. So use try/except to attempt to decode the table name x[0]. If it hits an AttributeError, then use the original x[0] instead.
@mraygalaxy @mraygalaxy2
A follow up PR for https://github.com/ibmcb/cbtool/pull/434 We also noticed in some other cases, the table names returned during cloudbench initialization were still regular strings. So use
try/except
to attempt to decode the table namex[0]
. If it hits anAttributeError
, then use the originalx[0]
instead.