Skip to content

Commit

Permalink
script_run: change grouper_portal -> grouper_quota (iss #16)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Mar 16, 2020
1 parent a64c668 commit fe1f397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DataRepository_patrons/script_run
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ if __name__ == '__main__':
log.info(" EDS size {}".format(len(ldap_members)))

# Grouper query
grouper_portal = grouper_query.figshare_group(q, 'quota')
grouper_quota = grouper_query.figshare_group(q, 'quota')
gq = grouper_query.GrouperQuery(**grouper_dict,
grouper_group=grouper_portal)
grouper_group=grouper_quota)
log.info(" Grouper size {}".format(len(gq.members)))

# Delta between LDAP and Grouper
Expand Down

0 comments on commit fe1f397

Please sign in to comment.