family_prior: Cast the filtered list to a list
This commit is contained in:
parent
a4924ffb45
commit
8bf2602baa
@ -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):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user