-
Notifications
You must be signed in to change notification settings - Fork 9
Question: Detailed Forecast with retry #225
Copy link
Copy link
Open
Description
Is there a reason I'm missing why this can't just raise a NwsNoDataError like the other update functions?
Lines 301 to 306 in f03d161
| `raise_no_data`currently can only be set to `False`. | |
| """ | |
| if raise_no_data: | |
| raise NotImplementedError( | |
| "raise_no_data=True not implemented for update_detailed_forecast" | |
| ) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels