Closed osandov closed 1 month ago
Modify _displayhook to catch FaultError, log a warning, and print the repr() instead. Fixes #440.
_displayhook
FaultError
repr()
@brenns10 let me know what you think of this fix.
Modify
_displayhook
to catchFaultError
, log a warning, and print therepr()
instead. Fixes #440.