Skip to content

Commit

Permalink
wip (sso): debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
vaimdev committed Nov 8, 2024
1 parent ab2794c commit 5b35284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graphistry/pygraphistry.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ def verify_token(token=None, fail_silent=False) -> bool:
PyGraphistry._is_authenticated = ok
return ok
except Exception as e:
raise e
if not fail_silent:
util.error("Failed to verify token: %s" % str(e))
return False
Expand Down

0 comments on commit 5b35284

Please sign in to comment.