q icon indicating copy to clipboard operation
q copied to clipboard

Address issue #253

Open clsn opened this issue 4 years ago • 1 comments

UnicodeDecodeError was being treated as a ValueError, since it is a subclass, but it doesn't have the .message attribute, which caused an uncaught exception.

clsn avatar Sep 03 '21 14:09 clsn

Handled as part of the new beta version

harelba avatar Oct 25 '21 06:10 harelba