You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ch...@apache.org on 2015/02/04 21:03:26 UTC

svn commit: r1657396 - /uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/scripts/stop_sim

Author: challngr
Date: Wed Feb  4 20:03:26 2015
New Revision: 1657396

URL: http://svn.apache.org/r1657396
Log:
UIMA-4196 Minor updates.

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/scripts/stop_sim

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/scripts/stop_sim
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/scripts/stop_sim?rev=1657396&r1=1657395&r2=1657396&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/scripts/stop_sim (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/scripts/stop_sim Wed Feb  4 20:03:26 2015
@@ -38,8 +38,10 @@ from ducc_util  import ThreadPool
 class StopSim(DuccUtil):
 
     def signal_process(self, args):
+
+        print 'args', args
         inst, data_prop, signal = args
-        data = data_prop.v
+        data = data_prop
         (node, pid, pname) = data.split(' ')
 
         msgs = []