ceph-deploy icon indicating copy to clipboard operation
ceph-deploy copied to clipboard

python3 strings are Unicode already, so no need to .decode() for python3

Open gf-mse opened this issue 2 years ago • 1 comments

Using duck typing to decide -- if there is a .decode() method, then we assume python2 and apply it; doing nothing otherwise

gf-mse avatar Mar 13 '23 03:03 gf-mse

Can one of the admins verify this patch?

ceph-jenkins avatar Mar 13 '23 03:03 ceph-jenkins