project_list=portal.portal_catalog(portal_type="Project",id=project)# with id keyword, this function will return a sequence data type which contains one element.
project_list=portal.portal_catalog(portal_type="Project",id=project)# with id keyword, this function will return a sequence data type which contains one element.