[ARVADOS] updated: eeddbb297de457834c943d16c49ee0a1192cc2a4

Git user git at public.curoverse.com
Thu Jul 14 15:21:33 EDT 2016


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

       via  eeddbb297de457834c943d16c49ee0a1192cc2a4 (commit)
      from  5603cefb38fbd2fc6493e8ccee587629e7af089e (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 eeddbb297de457834c943d16c49ee0a1192cc2a4
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Thu Jul 14 15:21:30 2016 -0400

    Remove spurious print introduced in 6884eed, refs #9570

diff --git a/sdk/python/arvados/collection.py b/sdk/python/arvados/collection.py
index 93ee167..8450bd1 100644
--- a/sdk/python/arvados/collection.py
+++ b/sdk/python/arvados/collection.py
@@ -1482,7 +1482,6 @@ class Collection(RichCollectionBase):
                 body["owner_uuid"] = owner_uuid
 
             self._remember_api_response(self._my_api().collections().create(ensure_unique_name=ensure_unique_name, body=body).execute(num_retries=num_retries))
-            print self._api_response
             text = self._api_response["manifest_text"]
 
             self._manifest_locator = self._api_response["uuid"]

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list