regtest: Don't use exceptions for Printer singleton.
In Python 3, exceptions must derive from the BaseException class, which Printer definitely does not do.
Showing
Please register or sign in to comment
In Python 3, exceptions must derive from the BaseException class, which Printer definitely does not do.