[ARVADOS] updated: 1.3.0-1373-g3ce47c5d0

Git user git at public.curoverse.com
Thu Jul 18 19:55:23 UTC 2019


Summary of changes:
 services/fuse/arvados_fuse/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  3ce47c5d012f9dbd6335ad0ae092eb9cc8a3022e (commit)
      from  31cfadefdd43f2ddf8f31b43e7ea85ebe30f2935 (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 3ce47c5d012f9dbd6335ad0ae092eb9cc8a3022e
Author: Eric Biagiotti <ebiagiotti at veritasgenetics.com>
Date:   Thu Jul 18 15:54:31 2019 -0400

    14965: Improves inode item view
    
    Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti at veritasgenetics.com>

diff --git a/services/fuse/arvados_fuse/__init__.py b/services/fuse/arvados_fuse/__init__.py
index 1fbfc1ee4..70e589c85 100644
--- a/services/fuse/arvados_fuse/__init__.py
+++ b/services/fuse/arvados_fuse/__init__.py
@@ -274,7 +274,7 @@ class Inodes(object):
         return iter(self._entries.keys())
 
     def items(self):
-        return self._entries.items()
+        return viewitems(self._entries.items())
 
     def __contains__(self, k):
         return k in self._entries

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list