Skip to content

Commit

Permalink
Merge pull request #1110 from timkpaine/traceback
Browse files Browse the repository at this point in the history
slight UX change, dont end with stack trace as it looks like it raise…
  • Loading branch information
texodus authored Jul 26, 2020
2 parents 974807e + af9e117 commit b2b2921
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 b2b2921

Please sign in to comment.