Skip to content

Commit

Permalink
slight UX change, dont end with stack trace as it looks like it raise…
Browse files Browse the repository at this point in the history
…d the error instead of catching it
  • Loading branch information
timkpaine committed Jul 2, 2020
1 parent 7b319b7 commit af9e117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/perspective/perspective/libpsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")

0 comments on commit af9e117

Please sign in to comment.