-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IGVF-1686-software-version-req #933
base: dev
Are you sure you want to change the base?
Conversation
84ec9e7
to
2b51970
Compare
2b51970
to
3e59961
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add changelog
3e59961
to
9407b63
Compare
9407b63
to
48981ec
Compare
merged_note = ' '.join([x for x in [software_note, version_note, lab_note, award_note] if x != '']) | ||
notes = value.get('notes', '') | ||
notes += merged_note | ||
value['notes'] = notes.strip() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if for unknown to me reason the notes remain empty your upgrade is going to cause validation error, since you are assigning '' value to notes and that is invalid
48981ec
to
47e5cf3
Compare
No description provided.