]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/tasks/ceph: tolerate 'T' or ' ' as date and time separator
authorKefu Chai <kchai@redhat.com>
Thu, 17 Oct 2019 15:23:11 +0000 (23:23 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 21 Oct 2019 04:18:58 +0000 (12:18 +0800)
commit09863ef3d949af461e6da904a49fb73d1ce5f57d
tree42ba08d6b57aba138d7bebc83fd3be0b33e19063
parent548098668e6340947da175302364d4f5eb804b96
qa/tasks/ceph: tolerate 'T' or ' ' as date and time separator

str.replace() does not change the string in-place, so we need to assign
its return value to `t`.

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/tasks/ceph.py