[ARVADOS] updated: 278fe7048f9035b350a60e032432c9119f151add
git at public.curoverse.com
git at public.curoverse.com
Thu May 15 19:13:38 EDT 2014
Summary of changes:
services/fuse/arvados_fuse/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 278fe7048f9035b350a60e032432c9119f151add (commit)
from 7a873b4adfd0a7f94a4e7dfa64eb088caece46df (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 278fe7048f9035b350a60e032432c9119f151add
Author: Tom Clegg <tom at curoverse.com>
Date: Thu May 15 17:14:15 2014 -0400
2755: Defer to CollectionReader to get manifests instead of going
directly to Keep (which only works when Keep has no permission
checks).
refs #2755
diff --git a/services/fuse/arvados_fuse/__init__.py b/services/fuse/arvados_fuse/__init__.py
index 7396c29..62af6c0 100644
--- a/services/fuse/arvados_fuse/__init__.py
+++ b/services/fuse/arvados_fuse/__init__.py
@@ -183,7 +183,7 @@ class CollectionDirectory(Directory):
def update(self):
try:
- collection = arvados.CollectionReader(arvados.Keep.get(self.collection_locator))
+ collection = arvados.CollectionReader(self.collection_locator)
for s in collection.all_streams():
cwd = self
for part in s.name().split('/'):
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list