Skip to content

Commit

Permalink
Merge pull request #524 from grycap/devel
Browse files Browse the repository at this point in the history
Fix getvos
  • Loading branch information
micafer authored Mar 12, 2024
2 parents 29d9d91 + 9ec4fc3 commit 356dbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def getUserVOs(entitlements, vo_role=None):
elif elem in g.settings.vo_map:
vos.append(g.settings.vo_map[elem])

return vos
return list(set(vos))


def getCachedSiteList(force=False):
Expand Down

0 comments on commit 356dbdd

Please sign in to comment.