Skip to content

Commit

Permalink
fix model code title
Browse files Browse the repository at this point in the history
  • Loading branch information
hvidy committed Feb 6, 2024
1 parent c18dd8d commit 574a23b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/parse_issue.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def parse_issue(issue):
error_log += "**Include model code?**\n" + selection + "\n"

# model code/inputs DOI
model_code_uri = data["-> model code/inputs DOI"].strip()
model_code_uri = data["-> model code/inputs DOI (or URL. e.g., github repo.)"].strip()

if model_code_uri == "_No response_":
error_log += "**Model code DOI**\n"
Expand All @@ -192,7 +192,7 @@ def parse_issue(issue):
error_log += "**Include model output data?**\n" + selection + "\n"

# model output URI/DOI
model_output_uri = data["-> model output DOI"].strip()
model_output_uri = data["-> model output data DOI (or URL. e.g., github repo.)"].strip()

if model_output_uri == "_No response_":
error_log += "**Model output DOI**\n"
Expand Down

0 comments on commit 574a23b

Please sign in to comment.