[ARVADOS] updated: facb6375180b37b628c417e97a181abe71e3181c

git at public.curoverse.com git at public.curoverse.com
Tue Sep 16 16:04:42 EDT 2014


Summary of changes:
 sdk/python/arvados/keep.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

       via  facb6375180b37b628c417e97a181abe71e3181c (commit)
      from  46f5403fdd2b3b0bd26d81d81ba509c624f54bb3 (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 facb6375180b37b628c417e97a181abe71e3181c
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Tue Sep 16 16:04:37 2014 -0400

    3878: Remove raise debugging exception.

diff --git a/sdk/python/arvados/keep.py b/sdk/python/arvados/keep.py
index 7621a96..22bf327 100644
--- a/sdk/python/arvados/keep.py
+++ b/sdk/python/arvados/keep.py
@@ -427,8 +427,6 @@ class KeepClient(object):
         if local_store is None:
             local_store = os.environ.get('KEEP_LOCAL_STORE')
 
-        if block_cache is None:
-            raise Exception()
         self.block_cache = block_cache if block_cache else KeepBlockCache()
 
         if local_store:
@@ -708,6 +706,7 @@ class KeepClient(object):
         os.rename(os.path.join(self.local_store, md5 + '.tmp'),
                   os.path.join(self.local_store, md5))
         return locator
+
     def local_store_get(self, loc_s):
         try:
             locator = KeepLocator(loc_s)

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list