[ARVADOS] updated: 70871c7603d5413c800e6bb63b02dfcce34de5e7
git at public.curoverse.com
git at public.curoverse.com
Tue Jun 24 10:26:20 EDT 2014
Summary of changes:
services/fuse/arvados_fuse/__init__.py | 1 -
1 file changed, 1 deletion(-)
via 70871c7603d5413c800e6bb63b02dfcce34de5e7 (commit)
from 8298d7a1b1adf8d4c66e60347984762d60e3c665 (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 70871c7603d5413c800e6bb63b02dfcce34de5e7
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Tue Jun 24 10:26:14 2014 -0400
Remove spurious print from fuse driver. no issue #
diff --git a/services/fuse/arvados_fuse/__init__.py b/services/fuse/arvados_fuse/__init__.py
index 62af6c0..bd46509 100644
--- a/services/fuse/arvados_fuse/__init__.py
+++ b/services/fuse/arvados_fuse/__init__.py
@@ -193,7 +193,6 @@ class CollectionDirectory(Directory):
cwd = cwd._entries[part]
for k, v in s.files().items():
cwd._entries[k] = self.inodes.add_entry(StreamReaderFile(cwd.inode, v))
- print "found"
self.fresh()
except Exception as detail:
print("%s: error: %s" % (self.collection_locator,detail) )
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list