Skip to content

Commit

Permalink
script_run: Minor documentation (iss #16)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Mar 5, 2020
1 parent f0d8243 commit 6223407
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 @@ -92,7 +92,7 @@ if __name__ == '__main__':
ldap_user=vargs['ldap_user'],
ldap_password=vargs['ldap_password'])

# Perform EDS-Grouper synchronization for research portals
# Perform EDS-Grouper synchronization for figshare research portals
if args.portal:
# Read in CSV file
csv_url = config.get('global', 'csv_url')
Expand Down Expand Up @@ -146,4 +146,4 @@ if __name__ == '__main__':
if args.quota:
quota_list = config['global']['quota_list']

log.info("Completed script_run successfully!")
log.info("Completed script_run successfully!")

0 comments on commit 6223407

Please sign in to comment.