openeo-python-client
openeo-python-client copied to clipboard
DataCube.save_result returns DataCube instead of (wrapped) true
related to #401, https://github.com/Open-EO/openeo-processes/issues/334, https://github.com/Open-EO/openeo-processes/pull/401
DataCube.save_result
returns a DataCube, while it technically should return true
(wrapped in _ProcessGraphAbstraction
, to allow calling .download()
, .create_job
, ...)