diff --git a/python/perspective/perspective/libpsp.py b/python/perspective/perspective/libpsp.py index e33ae5c30c..7c40c534c4 100644 --- a/python/perspective/perspective/libpsp.py +++ b/python/perspective/perspective/libpsp.py @@ -28,6 +28,6 @@ def is_libpsp(): __is_libpsp__ = False critical("Failed to import C++ bindings for Perspective " "probably as it could not be built for your architecture " - "(check install logs for more details).\n" - "You can still use `PerspectiveWidget` in client mode using JupyterLab.", + "(check install logs for more details).\n", exc_info=True) + critical("You can still use `PerspectiveWidget` in client mode using JupyterLab.")