[ARVADOS] updated: 2.1.0-279-gbff33bf98

Git user git at public.arvados.org
Fri Jan 22 20:48:32 UTC 2021


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

       via  bff33bf988ea57ef226d108c574a68053be287ce (commit)
      from  7c99875efea3ec5415427063cf79ddc44c58f55f (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 bff33bf988ea57ef226d108c574a68053be287ce
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Fri Jan 22 15:48:12 2021 -0500

    17286: URL to final output collection
    
    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 0a2e9c569..20f4b7309 100644
--- a/sdk/cwl/arvados_cwl/executor.py
+++ b/sdk/cwl/arvados_cwl/executor.py
@@ -761,7 +761,7 @@ The 'jobs' API is no longer supported.
             raise WorkflowException("Workflow did not return a result.")
 
         if runtimeContext.submit and isinstance(tool, Runner):
-            logger.info("Final output collection %s", tool.final_output)
+            logger.info("Final output collection %s (%scollections/%s)", tool.final_output, workbench2 or workbench1, tool.final_output)
         else:
             if self.output_name is None:
                 self.output_name = "Output of %s" % (shortname(tool.tool["id"]))

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list