Skip to content

Commit

Permalink
That's the spelling in coldfront
Browse files Browse the repository at this point in the history
  • Loading branch information
naved001 committed Feb 9, 2024
1 parent b3127bc commit bbb0cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift_metrics/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def get_namespace_attributes():
project_name = response["attributes"].get("Allocated Project Name")
cf_pi = response["project"].get("pi", project_name)
cf_project_id = response["project"].get("id", 0)
institution_code = response["attributes"].get("Institution - Specific Code", "")
institution_code = response["attributes"].get("Institution-Specific Code", "")
namespaces_dict[project_name] = { "cf_pi": cf_pi, "cf_project_id": cf_project_id, "institution_code": institution_code }

return namespaces_dict
Expand Down

0 comments on commit bbb0cfd

Please sign in to comment.