Use title as description when description is empty or NaN#50
Merged
nutjob4life merged 2 commits intomainfrom Feb 6, 2026
Merged
Use title as description when description is empty or NaN#50nutjob4life merged 2 commits intomainfrom
nutjob4life merged 2 commits intomainfrom
Conversation
When the CSV description field is empty, pandas stores NaN which was being converted to the string "nan" in the issue body. Now falls back to using the title as the description in these cases.
nutjob4life
approved these changes
Feb 3, 2026
Member
nutjob4life
left a comment
There was a problem hiding this comment.
Code delta: ✓
Tox run: 😮
Approval: ✅
Details: this delta looks great, and I see that the GitHub checks ran to green, but locally I'm getting test failures:
E AssertionError: expected call not found.
E Expected: check_issue_exists('NASA-PDS/test-repo', 'B17 Release Planning')
E Actual: check_issue_exists('NASA-PDS/test-repo', 'Release Planning')
Odd, innit? Anyway, approved.
Member
Author
|
@nutjob4life hmm. interesting. I am going to merge the other PR first once it is approved, and then rebase this branch and see if things get cleaned up |
Member
|
@jordanpadams ahhh, okay, interesting error. Got the same thing. Rebasing ought to do something—unless GitHub itself is having issues again 😬 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🗒️ Summary
When the CSV description field is empty, pandas stores NaN which was being converted to the string "nan" in the issue body. Now falls back to using the title as the description in these cases.
⚙️ Test Data and/or Report
See tox output in actions
♻️ Related Issues