[ARVADOS] updated: c6068bbeea3ea9bfee45204c2990caef0d4ec1ae

git at public.curoverse.com git at public.curoverse.com
Thu May 1 12:03:18 EDT 2014


Summary of changes:
 sdk/cli/bin/arv-run-pipeline-instance |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

       via  c6068bbeea3ea9bfee45204c2990caef0d4ec1ae (commit)
      from  33b49fa0be7d8e0774c80ec315985dcdf8535962 (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 c6068bbeea3ea9bfee45204c2990caef0d4ec1ae
Author: Tom Clegg <tom at curoverse.com>
Date:   Thu May 1 12:03:02 2014 -0400

    Put back missing parentheses.

diff --git a/sdk/cli/bin/arv-run-pipeline-instance b/sdk/cli/bin/arv-run-pipeline-instance
index 3e8bdbf..0b0553c 100755
--- a/sdk/cli/bin/arv-run-pipeline-instance
+++ b/sdk/cli/bin/arv-run-pipeline-instance
@@ -437,7 +437,7 @@ class WhRunPipelineInstance
           # No job yet associated with this component and is component inputs
           # are fully specified (any output_of script_parameters are resolved
           # to real value)
-          job = JobCache.create {
+          job = JobCache.create({
             :script => c[:script],
             :script_parameters => c[:script_parameters],
             :script_version => c[:script_version],
@@ -457,7 +457,7 @@ class WhRunPipelineInstance
             :minimum_script_version => c[:minimum_script_version],
             :exclude_script_versions => c[:exclude_minimum_script_versions],
             :find_or_create => !(@options[:no_reuse] || c[:nondeterministic]),
-          }
+          })
           if job
             debuglog "component #{cname} new job #{job[:uuid]}"
             c[:job] = job

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list