Skip to content

Commit

Permalink
Update create_cv.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfiex authored Apr 21, 2024
1 parent dd755d3 commit d5be3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/libs/create_cv.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def notnull(dictionary, keys,replace='none'):

CV.update(read_json_from_github('PCMDI', mip_tables, 'main', f'{table_prefix}{key}.json'))

institutions = {**read_json_from_github('PCMDI', mip_tables, 'main', f'{table_prefix}institutions.json'),**read_json_from_github('PCMDI', mip_tables, 'main', f'{table_prefix}consortiums.json')}
institutions = {**read_json_from_github('PCMDI', mip_tables, 'main', f'{table_prefix}institutions.json')['institutions'],**read_json_from_github('PCMDI', mip_tables, 'main', f'{table_prefix}consortiums.json')}

def mapinst(i):
if i in institutions:
Expand Down

0 comments on commit d5be3dc

Please sign in to comment.