Skip to content

Commit

Permalink
missed something
Browse files Browse the repository at this point in the history
  • Loading branch information
dansand committed May 10, 2024
1 parent 7506685 commit 8ac9fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/parse_issue.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ def parse_issue(issue):

# description - brief plain langauge summary.
description = data["-> description"].strip()
data_dict["description"] = description

# scientific keywords
keywords = [x.strip() for x in data["-> scientific keywords"].split(",")]
Expand Down

0 comments on commit 8ac9fbd

Please sign in to comment.