Typo in exception handling
Luni2000 opened this issue · 1 comments
Luni2000 commented
Qubes OS release
R4.2.3
Brief summary
In the file "/usr/lib/python3.11/site-packages/qubesusbproxy/core3ext.py" in line 648 santizied_stderr should be sanitized_stderr.
Steps to reproduce
throw any exception while attaching a usb device
Expected behavior
print an actual error message
Actual behavior
print the stacktrace for that typo
alimirjamali commented
In the file "/usr/lib/python3.11/site-packages/qubesusbproxy/core3ext.py" in line 648 santizied_stderr should be sanitized_stderr.
Thanks for the bug report
PR submitted