X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9ae339f1aab32d8473f366c7aaa25633a5a49008..d87717b4ec885059183ef6d7fa6780c343338455:/sdk/python/arvados/collection.py?ds=sidebyside diff --git a/sdk/python/arvados/collection.py b/sdk/python/arvados/collection.py index 18e9e63da6..7bfdf782f8 100644 --- a/sdk/python/arvados/collection.py +++ b/sdk/python/arvados/collection.py @@ -560,11 +560,12 @@ class CollectionWriter(CollectionBase): def finish(self): """Store the manifest in Keep and return its locator. - Beware, this is only useful in special cases like storing - manifest fragments temporarily in Keep during a Crunch job. In - most cases you should make a collection instead, by sending - manifest_text() to the API server's "create collection" - endpoint. + This is useful for storing manifest fragments (task outputs) + temporarily in Keep during a Crunch job. + + In other cases you should make a collection instead, by + sending manifest_text() to the API server's "create + collection" endpoint. """ return self._my_keep().put(self.manifest_text(), copies=self.replication)