cloudfoundry-community/cf-python-client

Push only converts memory but not disk_quota

hebelal opened this issue · 0 comments

Hi,

I get the error "disk_quota, Error: Expected instance of Integer, given an instance of String" because the code only converts memory values:

def _convert_memory(manifest: dict):
if "memory" in manifest:

Best regards,
Alex