Skip to content

Commit

Permalink
Update openeo_processing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddkovacs authored Nov 18, 2024
1 parent 6c1af67 commit 7ffcc73
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyeogpr/openeo_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7ffcc73

Please sign in to comment.