[ARVADOS] updated: 66efe78cdf4c28222a0e96ad4d614dce10f344ff

git at public.curoverse.com git at public.curoverse.com
Thu Jul 3 21:40:27 EDT 2014


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

       via  66efe78cdf4c28222a0e96ad4d614dce10f344ff (commit)
      from  ff6dfcb1b9bc2ed25466baffb8cacbf5daf49b57 (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 66efe78cdf4c28222a0e96ad4d614dce10f344ff
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Thu Jul 3 21:40:22 2014 -0400

    Don't send null job creation parameters in arv-run-pipeline-instance.  no issue #

diff --git a/sdk/cli/bin/arv-run-pipeline-instance b/sdk/cli/bin/arv-run-pipeline-instance
index 304628f..8b18d37 100755
--- a/sdk/cli/bin/arv-run-pipeline-instance
+++ b/sdk/cli/bin/arv-run-pipeline-instance
@@ -327,7 +327,7 @@ class JobCache
 
     jsonified_create_params = {}
     create_params.each do |k, v|
-      jsonified_create_params[k] = v.to_json
+      jsonified_create_params[k] = v.to_json unless v.nil?
     end
 
     result = $client.execute(:api_method => $arvados.jobs.create,

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list