family_prior: Cast the filtered list to a list

This commit is contained in:
Stephan Kulow 2019-04-30 13:59:41 +02:00
parent a4924ffb45
commit 8bf2602baa

View File

@ -44,7 +44,7 @@ def project_list_family(apiurl, project, include_update=False):
else:
projects[i] += project_suffix
return projects
return list(projects)
def project_list_family_prior(apiurl, project, include_self=False, last=None, include_update=False):
"""