[ARVADOS] updated: f63c160fd1cec8dddc673900f5cda824bed30d88

Git user git at public.curoverse.com
Thu Mar 9 17:44:31 EST 2017


Summary of changes:
 sdk/python/arvados/collection.py | 1 +
 1 file changed, 1 insertion(+)

       via  f63c160fd1cec8dddc673900f5cda824bed30d88 (commit)
      from  605d11f27e73ce60794fa9858aeed8ed961261e8 (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 f63c160fd1cec8dddc673900f5cda824bed30d88
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Thu Mar 9 17:44:26 2017 -0500

    Bugfix: python Collection class sets _portable_data_hash in _populate_from_api_server
    refs #10956

diff --git a/sdk/python/arvados/collection.py b/sdk/python/arvados/collection.py
index 098a11e..f26d3a3 100644
--- a/sdk/python/arvados/collection.py
+++ b/sdk/python/arvados/collection.py
@@ -1316,6 +1316,7 @@ class Collection(RichCollectionBase):
                 uuid=self._manifest_locator).execute(
                     num_retries=self.num_retries))
             self._manifest_text = self._api_response['manifest_text']
+            self._portable_data_hash = self._api_response['portable_data_hash']
             # If not overriden via kwargs, we should try to load the
             # replication_desired from the API server
             if self.replication_desired is None:

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list