Better error handling for unconfigured drive offset #478
Labels
Accepted
Accepted issue on our roadmap
Design
Design or UX/UI related
Improvement
Minor improvement to code
Milestone
Summary
Add less verbose and clear error handling when
whipper cd
is run without a drive offset configuredBackground
When I first used
whipper
, I didn't realize I needed the drive offset first. There is a large, mostly unhelpful stacktrace where theValueError
is raised. Suppressing thestdout
to a single-line error would be a small quality-of-life enhancement for my logging.Details
Reproduced the first time I ran
whipper
:whipper cd -d /dev/sr1 rip
Just the last line is helpful for me as an end-user.
Outcome
The text was updated successfully, but these errors were encountered: