Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
consortium -> intstitution in error message
  • Loading branch information
wolfiex authored Apr 21, 2024
1 parent 0d6b274 commit 80e8cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/libs/parse/Institution.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def parse_ror_data(ror_data):
'''

if data['acronym'] in ilist:
close_issue(issue_number,f'# Closing issue. \n {data["acronym"]} already exists in the consortium list. \n\n Please review request and resubmit.')
close_issue(issue_number,f'# Closing issue. \n {data["acronym"]} already exists in the institution list. \n\n Please review request and resubmit.')

dta = get_ror_data(data['ror'])
new_entry = parse_ror_data(dta)
Expand Down

0 comments on commit 80e8cd6

Please sign in to comment.