You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove internal empty-data check from retrieve_data()
The check for empty reporting data was removed from `retrieve_data()`
because the calling application already handles this case and raises a
`NoDataAvailableError`. Keeping this check caused the app to fail
prematurely with a generic `ValueError`. This change ensures consistent
error handling and allows the app to control the flow.
Signed-off-by: cyiallou - Costas <[email protected]>
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,4 @@
14
14
15
15
## Bug Fixes
16
16
17
-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
17
+
- Removed internal empty-data check from `data_fetch.retrieve_data()`. The app now consistently handles missing reporting data by raising `NoDataAvailableError`.
0 commit comments