This is an automated email from the ASF dual-hosted git repository.
curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 8381c771 Remove the header informational entry if it ends up present
8381c771 is described below
commit 8381c771d12a93440c1e7e502b03b16f855b1a18
Author: Shane Curcuru <[email protected]>
AuthorDate: Sun Feb 2 14:43:07 2025 -0500
Remove the header informational entry if it ends up present
---
lib/whimsy/asf/member-files.rb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lib/whimsy/asf/member-files.rb b/lib/whimsy/asf/member-files.rb
index 980fbabb..4f542ef6 100644
--- a/lib/whimsy/asf/member-files.rb
+++ b/lib/whimsy/asf/member-files.rb
@@ -267,7 +267,9 @@ module ASF
nominee['Public Name'] = hdr # the board file does not have ids
nominees[id] = nominee
end
- nominees
+ # Remove informational entry if somehow present
+ nominees.delete('<<Nominee Name>>')
+ return nominees
end
# Return hash of board nomination statements