Closed rishubhjain closed 7 years ago
https://github.com/Tendrl/ceph-integration/blob/develop/tendrl/ceph_integration/ceph.py#L723 might return ceph_version and empty dict, which will be followed by returning a None Type by https://github.com/Tendrl/ceph-integration/blob/develop/tendrl/ceph_integration/ceph.py#L847. I feel returning NoneType should be handled before https://github.com/Tendrl/ceph-integration/blob/develop/tendrl/ceph_integration/ceph.py#L873
@shtripat If possible could you look into this as well. would like to discuss this.
Valid bug
https://github.com/Tendrl/ceph-integration/blob/develop/tendrl/ceph_integration/ceph.py#L723 might return ceph_version and empty dict, which will be followed by returning a None Type by https://github.com/Tendrl/ceph-integration/blob/develop/tendrl/ceph_integration/ceph.py#L847. I feel returning NoneType should be handled before https://github.com/Tendrl/ceph-integration/blob/develop/tendrl/ceph_integration/ceph.py#L873