[arvados] updated: 2.1.0-2886-gbb1e867b5

git repository hosting git at public.arvados.org
Thu Sep 8 21:39:26 UTC 2022


Summary of changes:
 sdk/cwl/arvados_cwl/executor.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  bb1e867b5ed774d99b2291348f8a6bfa8c57325e (commit)
      from  aa18c23993738e7615bfdc1c6e9d610f19618b4a (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 bb1e867b5ed774d99b2291348f8a6bfa8c57325e
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Thu Sep 8 17:38:57 2022 -0400

    19464: Don't repeat the workflow id
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/sdk/cwl/arvados_cwl/executor.py b/sdk/cwl/arvados_cwl/executor.py
index cbe65c3f9..f32c18941 100644
--- a/sdk/cwl/arvados_cwl/executor.py
+++ b/sdk/cwl/arvados_cwl/executor.py
@@ -577,7 +577,7 @@ The 'jobs' API is no longer supported.
 
         git_info = self.get_git_info(updated_tool)
         if git_info:
-            logger.info("Git provenance of %s", updated_tool.tool["id"])
+            logger.info("Git provenance")
             for g in git_info:
                 if git_info[g]:
                     logger.info("  %s: %s", g.split("#", 1)[1], git_info[g])

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list