You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by de...@apache.org on 2017/01/03 21:27:54 UTC

svn commit: r1777224 - /uima/uima-ducc/trunk/src/main/scripts/tools/ducc_watcher

Author: degenaro
Date: Tue Jan  3 21:27:54 2017
New Revision: 1777224

URL: http://svn.apache.org/viewvc?rev=1777224&view=rev
Log:
UIMA-5232 DUCC missing DUCC Book Documentation
> bin/tools/ducc_watcher

Modified:
    uima/uima-ducc/trunk/src/main/scripts/tools/ducc_watcher

Modified: uima/uima-ducc/trunk/src/main/scripts/tools/ducc_watcher
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/src/main/scripts/tools/ducc_watcher?rev=1777224&r1=1777223&r2=1777224&view=diff
==============================================================================
--- uima/uima-ducc/trunk/src/main/scripts/tools/ducc_watcher (original)
+++ uima/uima-ducc/trunk/src/main/scripts/tools/ducc_watcher Tue Jan  3 21:27:54 2017
@@ -473,7 +473,6 @@ def email(HOST, SUBJECT, TO, FROM, TEXT)
 def email_to_list(HOST, SUBJECT, TO_LIST, FROM, TEXT):
     if(TO_LIST == None):
         info('e-mail list empty')
-        error('not sent: ['+TO+'] '+TEXT)
     else:
         for TO in TO_LIST:
             email(HOST, SUBJECT, TO, FROM, TEXT)