[ARVADOS] updated: a380fd23cdfafa399327dfe666c1ef8e94804779
git at public.curoverse.com
git at public.curoverse.com
Tue Mar 3 12:02:51 EST 2015
Summary of changes:
services/fuse/bin/arv-mount | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via a380fd23cdfafa399327dfe666c1ef8e94804779 (commit)
from 116d6fd671641ecb7d1d491ef4798a0d1b5b48ac (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 a380fd23cdfafa399327dfe666c1ef8e94804779
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Tue Mar 3 12:06:28 2015 -0500
Fix arv-mount use arvados.config.settings() to initialize ThreadSafeApiCache
refs #4823
diff --git a/services/fuse/bin/arv-mount b/services/fuse/bin/arv-mount
index ca65133..b540efe 100755
--- a/services/fuse/bin/arv-mount
+++ b/services/fuse/bin/arv-mount
@@ -82,7 +82,7 @@ with "--".
try:
# Create the request handler
operations = Operations(os.getuid(), os.getgid(), args.encoding)
- api = ThreadSafeApiCache(arvados.config)
+ api = ThreadSafeApiCache(arvados.config.settings())
usr = api.users().current().execute(num_retries=args.retries)
now = time.time()
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list