[ARVADOS] updated: 37ab78a4c99a7b8534556881e6eb77d335abd9e3

git at public.curoverse.com git at public.curoverse.com
Wed Sep 17 10:06:54 EDT 2014


Summary of changes:
 sdk/cli/bin/arv-run-pipeline-instance | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  37ab78a4c99a7b8534556881e6eb77d335abd9e3 (commit)
      from  d35d434047cf36206ec5780e2d422bc0f4f84ea4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 37ab78a4c99a7b8534556881e6eb77d335abd9e3
Author: Tom Clegg <tom at curoverse.com>
Date:   Wed Sep 17 09:49:43 2014 -0400

    3550: Add missing .andand

diff --git a/sdk/cli/bin/arv-run-pipeline-instance b/sdk/cli/bin/arv-run-pipeline-instance
index acafc2c..ab8ff0a 100755
--- a/sdk/cli/bin/arv-run-pipeline-instance
+++ b/sdk/cli/bin/arv-run-pipeline-instance
@@ -599,7 +599,7 @@ class WhRunPipelineInstance
 
               if @instance[:name].andand.length > 0
                 pipeline_name = @instance[:name]
-              elsif @template.andand[:name].andand.length > 0
+              elsif @template.andand[:name].andand.length.andand > 0
                 pipeline_name = @template[:name]
               else
                 pipeline_name = @instance[:uuid]

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list