[arvados] updated: 2.7.0-6604-ge566c81183

git repository hosting git at public.arvados.org
Mon May 20 17:02:00 UTC 2024


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

       via  e566c811836e87c549306303953dcc8da126b301 (commit)
      from  6dd10f26c5f87f0571a721d3499e831bc421f5e0 (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 e566c811836e87c549306303953dcc8da126b301
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Mon May 20 13:01:36 2024 -0400

    21718: Missing return
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/sdk/python/arvados/collection.py b/sdk/python/arvados/collection.py
index 1084220ef8..41d056aec4 100644
--- a/sdk/python/arvados/collection.py
+++ b/sdk/python/arvados/collection.py
@@ -1176,7 +1176,7 @@ class Collection(RichCollectionBase):
         return self
 
     def return_bytes_only(self) -> bool:
-        self._return_bytes_only
+        return self._return_bytes_only
 
     def get_properties(self) -> Properties:
         """Get this collection's properties

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list