Poor error handling in qemu_img helper #79
Labels
enhancement
Enhancing the system by adding new feature or improving performance or reliability
good first issue
Good issue for a new contributor
This module started as a testing helper, and fort his purpose is fine. But now it is used in
user visible context (e.g. client.upload, clinet.checksum) and it needs more robust error
handling.
One example is running client.checksum() with missing file:
We get a good error from qemu-img written to stderr, but the traceback is not helpful.
Fix:
The text was updated successfully, but these errors were encountered: