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 d004591c Debugging
d004591c is described below
commit d004591cb1e20b5620516de6e78311706926f765
Author: Shane Curcuru <[email protected]>
AuthorDate: Fri Jan 24 15:06:28 2025 -0500
Debugging
---
www/members/nominations.cgi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/www/members/nominations.cgi b/www/members/nominations.cgi
index 8ef1ef12..4d534d73 100755
--- a/www/members/nominations.cgi
+++ b/www/members/nominations.cgi
@@ -103,6 +103,8 @@ _html do
# Countdown until nominations for current meeting close
latest_meeting_dir = ASF::MeetingUtil.latest_meeting_dir
timelines = ASF::MeetingUtil.get_timeline(latest_meeting_dir)
+ _.warn "dir: #{latest_meeting_dir}"
+ _.warn "dir: #{timelines}"
t_now = Time.now.to_i
t_end = Time.parse(timelines['nominations_close']).to_i
nomclosed = t_now > t_end