[ARVADOS] updated: 0e8d9b4c01c08f0efbccd91497177fc102aa5c25
git at public.curoverse.com
git at public.curoverse.com
Thu Oct 30 15:59:48 EDT 2014
Summary of changes:
services/fuse/arvados_fuse/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 0e8d9b4c01c08f0efbccd91497177fc102aa5c25 (commit)
from 2b6948ff7e11cd236ea26562ed76a534dcf3c0be (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 0e8d9b4c01c08f0efbccd91497177fc102aa5c25
Author: Tom Clegg <tom at curoverse.com>
Date: Thu Oct 30 15:59:41 2014 -0400
3706: Use normalize() in arv-mount.
diff --git a/services/fuse/arvados_fuse/__init__.py b/services/fuse/arvados_fuse/__init__.py
index ce7e42b..07a5c56 100644
--- a/services/fuse/arvados_fuse/__init__.py
+++ b/services/fuse/arvados_fuse/__init__.py
@@ -314,7 +314,7 @@ class CollectionDirectory(Directory):
self.clear()
collection = arvados.CollectionReader(
self.collection_object["manifest_text"], self.api,
- self.api.localkeep(), num_retries=self.num_retries)
+ self.api.localkeep(), num_retries=self.num_retries).normalize()
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