[ARVADOS] updated: 2.1.0-2169-ge634af988
Git user
git at public.arvados.org
Tue Mar 29 18:53:30 UTC 2022
Summary of changes:
services/fuse/arvados_fuse/fusedir.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via e634af988c6bbf23ebe2f6645360a1237182a85f (commit)
from 08b093c536619aa2ccaa3456d1e4d03aac73714d (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 e634af988c6bbf23ebe2f6645360a1237182a85f
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Tue Mar 29 14:53:20 2022 -0400
18941: Fix typo
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/services/fuse/arvados_fuse/fusedir.py b/services/fuse/arvados_fuse/fusedir.py
index 8dcde59ec..f5c4183b7 100644
--- a/services/fuse/arvados_fuse/fusedir.py
+++ b/services/fuse/arvados_fuse/fusedir.py
@@ -525,7 +525,7 @@ class CollectionDirectory(CollectionDirectoryBase):
self.collection.update()
new_collection_record = self.collection.api_response()
else:
- get_threads = max(self.api.keep.block_cache.cache_max // (64 * 1024 * 1024)) - 1, 0)
+ get_threads = max((self.api.keep.block_cache.cache_max // (64 * 1024 * 1024)) - 1, 0)
# Create a new collection object
if uuid_pattern.match(self.collection_locator):
coll_reader = arvados.collection.Collection(
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list