3550: Add missing .andand
authorTom Clegg <tom@curoverse.com>
Wed, 17 Sep 2014 14:48:13 +0000 (10:48 -0400)
committerTom Clegg <tom@curoverse.com>
Wed, 17 Sep 2014 14:48:13 +0000 (10:48 -0400)
sdk/cli/bin/arv-run-pipeline-instance

index ab8ff0a36428cb2379f1aa2d43c5b40c7ac27cea..0adfc83fc7f26c2846c2db3278974a2cdaca9f0c 100755 (executable)
@@ -597,7 +597,7 @@ class WhRunPipelineInstance
               # succeeded. (At the top of this loop, I was still
               # waiting for it to finish.)
 
-              if @instance[:name].andand.length > 0
+              if @instance[:name].andand.length.andand > 0
                 pipeline_name = @instance[:name]
               elsif @template.andand[:name].andand.length.andand > 0
                 pipeline_name = @template[:name]