You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/10/18 19:18:28 UTC

[whimsy] branch master updated: fix traceback

This is an automated email from the ASF dual-hosted git repository.

rubys 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 478f351  fix traceback
478f351 is described below

commit 478f351995092929ef4a610343df69bdf9dd8a1c
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Oct 18 15:18:08 2017 -0400

    fix traceback
---
 www/board/agenda/views/actions/todos.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/views/actions/todos.json.rb b/www/board/agenda/views/actions/todos.json.rb
index 9f00f0a..3e0e9da 100644
--- a/www/board/agenda/views/actions/todos.json.rb
+++ b/www/board/agenda/views/actions/todos.json.rb
@@ -247,7 +247,7 @@ parsed_agenda.each do |item|
       transitioning[ASF::Person.find(person)] = item['title']
     end
   elsif item['title'] =~ /^Establish\s*(.*?)\s*$/ and item['chair']
-    pmc = ASF::Committee.find(pmc).id
+    pmc = ASF::Committee.find($1).id
     next if Array(minutes[:todos][:established]).include? pmc
     establish << {name: pmc, resolution: item['title'], chair: item['chair']}
     transitioning[ASF::Person.find(item['chair'])] = item['title']

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].