Skip to content

Commit

Permalink
Update html generation script
Browse files Browse the repository at this point in the history
  • Loading branch information
znichollscr committed Dec 5, 2024
1 parent a9e1913 commit 17e3ae1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -425,9 +425,9 @@ def get_delivery_summary_view(
"input4MIPs_internal_page": "land-use",
},
{
"source_id": "CR-CMIP-0-3-0",
"source_id": "CR-CMIP-0-4-0",
"description": "Greenhouse gas concentrations",
"url": None,
"url": "https://github.com/climate-resource/CMIP-GHG-Concentration-Generation",
"status": "Preliminary dataset available",
"input4MIPs_internal_page": "greenhouse-gas-concentrations",
},
Expand Down Expand Up @@ -611,7 +611,7 @@ def get_delivery_summary_view(
"Please check the source ID being used in the summary view."
)
raise ValueError(msg)

else:
raise NotImplementedError(publication_status)

Expand Down

0 comments on commit 17e3ae1

Please sign in to comment.