Skip to content

Commit

Permalink
Fix getvos
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Mar 12, 2024
1 parent 7aaa3ed commit 9ec4fc3
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 9ec4fc3

Please sign in to comment.