[ARVADOS] updated: 2.1.0-629-g4aa95be0a
Git user
git at public.arvados.org
Wed Apr 7 20:52:45 UTC 2021
Summary of changes:
sdk/cwl/arvados_cwl/fsaccess.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 4aa95be0abb99cdd2aa1317bf5ec350af412e595 (commit)
from da079305131a08e9e1fd5a4364d085869b0850ca (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 4aa95be0abb99cdd2aa1317bf5ec350af412e595
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Wed Apr 7 16:51:46 2021 -0400
17462: Fix fetch_text() signature
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/sdk/cwl/arvados_cwl/fsaccess.py b/sdk/cwl/arvados_cwl/fsaccess.py
index 4688e65a3..16ec2b2f9 100644
--- a/sdk/cwl/arvados_cwl/fsaccess.py
+++ b/sdk/cwl/arvados_cwl/fsaccess.py
@@ -228,7 +228,7 @@ class CollectionFetcher(DefaultFetcher):
self.fsaccess = fs_access
self.num_retries = num_retries
- def fetch_text(self, url):
+ def fetch_text(self, url, content_types=None):
if url.startswith("keep:"):
with self.fsaccess.open(url, "r", encoding="utf-8") as f:
return f.read()
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list