Revert "remove extra newline"
authorTom Clegg <tom@clinicalfuture.com>
Thu, 5 Sep 2013 17:14:48 +0000 (13:14 -0400)
committerTom Clegg <tom@clinicalfuture.com>
Thu, 5 Sep 2013 17:14:48 +0000 (13:14 -0400)
This reverts commit 3a803d6306dfe68a664246fc93b87d72b171909d.

services/api/app/controllers/arvados/v1/jobs_controller.rb

index a8b331353231bc7bcebbd9acbf5bde842e8e2927..c330da512245a21f9166401428c2579713363038 100644 (file)
@@ -55,7 +55,7 @@ class Arvados::V1::JobsController < ApplicationController
           if msg == "end"
             @redis.unsubscribe @job.uuid
           else
-            yield msg
+            yield "#{msg}\n"
           end
         end
       end