Forum | Documentation | Website | Blog

Skip to content

bb-imager: Remove use of unwrap

Ayush Singh requested to merge better-code into main
  • Replace unwraps with expect (for unrecoverable errors) and errors (for recoverable ones).

Signed-off-by: Ayush Singh ayush@beagleboard.org

Merge request reports