[ARVADOS] updated: 2.1.0-2310-gbf95fa077
Git user
git at public.arvados.org
Thu Apr 14 18:29:34 UTC 2022
Summary of changes:
sdk/cwl/arvados_cwl/pathmapper.py | 1 -
1 file changed, 1 deletion(-)
via bf95fa077c79c6bd4ac548ec534b618e97e3f00b (commit)
from aade42c825f24882d9421893a1447f87708b2f33 (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 bf95fa077c79c6bd4ac548ec534b618e97e3f00b
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Thu Apr 14 14:29:24 2022 -0400
18994: Remove debug print
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/sdk/cwl/arvados_cwl/pathmapper.py b/sdk/cwl/arvados_cwl/pathmapper.py
index ba209ade0..dbfa9902c 100644
--- a/sdk/cwl/arvados_cwl/pathmapper.py
+++ b/sdk/cwl/arvados_cwl/pathmapper.py
@@ -199,7 +199,6 @@ class ArvPathMapper(PathMapper):
"Directory" if os.path.isdir(ab) else "File", True)
for srcobj in referenced_files:
- print("na na na", srcobj, srcobj["location"].endswith("/"+srcobj["basename"]))
remap = []
if srcobj["class"] == "Directory" and srcobj["location"] not in self._pathmap:
c = arvados.collection.Collection(api_client=self.arvrunner.api,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list