diff --git a/pyeogpr/openeo_processing.py b/pyeogpr/openeo_processing.py index 6bc00823..046742e8 100644 --- a/pyeogpr/openeo_processing.py +++ b/pyeogpr/openeo_processing.py @@ -216,9 +216,8 @@ def process_map(self, gapfill=False, fileformat="nc"): """ if self.biovar not in self.sensors_dict[self.sensor]["sensor_biovar"]: - raise Exception( - f"'{self.biovar}' not available for this satellite/sensor. Please select from: " - + str(self.sensors_dict[self.sensor]["sensor_biovar"]) + print( + f"'{self.biovar}' not available for this satellite/sensor" ) if gapfill == False: