Skip to content

Commit

Permalink
Update extract_raster.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Jan 29, 2025
1 parent 606a33e commit b3c2b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msc_pygeoapi/process/weather/extract_raster.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ def __init__(self, provider_def):

BaseProcessor.__init__(self, provider_def, PROCESS_METADATA)

def execute(self, data):
def execute(self, data), outputs=None):
model = data["model"]
forecast_hours_ = data["forecast_hours_"]
model_run = data["model_run"]
Expand Down

0 comments on commit b3c2b37

Please sign in to comment.