]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-disk: cast output of subprocess.Popen() to str() 122/head
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 20 Mar 2013 13:36:58 +0000 (14:36 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 20 Mar 2013 13:36:58 +0000 (14:36 +0100)
commit87691dc46edfba11c370592dbb533772190be4b2
tree62afac3703f7c576ca91d1704f9c38dac8d2788d
parent3575feb7d2e5f4e35c5df193a1f8c9f08f88fcf4
ceph-disk: cast output of subprocess.Popen() to str()

Cast output of subprocess.Popen() to str() to be able to use
str.split() and str.splitlines() without warnings from pylint.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/ceph-disk