bug(silo): delete_bom_entry() bypasses error normalization #59
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
delete_bom_entry()uses rawurllib.requestinstead ofSiloClient._request(). This bypasses the standard error normalization and response handling.Expected: Use
SiloClient._request()for consistent error handling across all API calls.Priority: Medium
Source: KNOWN_ISSUES.md #10