You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cl...@apache.org on 2016/08/28 21:27:58 UTC

[whimsy] branch master updated: Rescue UndefinedConversionError in subject

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

clr pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  80dbc17   Rescue UndefinedConversionError in subject
80dbc17 is described below

commit 80dbc1705ae9c91158d50ba852117abef997f059
Author: Craig L Russell <cr...@oracle.com>
AuthorDate: Sun Aug 28 14:27:45 2016 -0700

    Rescue UndefinedConversionError in subject
---
 www/secretary/workbench/file.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/file.cgi b/www/secretary/workbench/file.cgi
index df2e3f7..b9a9289 100755
--- a/www/secretary/workbench/file.cgi
+++ b/www/secretary/workbench/file.cgi
@@ -266,7 +266,7 @@ def send_email(target, message)
               else
                 subject 'Re: ' + vars.email_subject
               end
-            rescue
+            rescue UndefinedConversionError
               # some error in the subject; use the subject in the .erb file
             end
           end

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