Skip to content

Commit

Permalink
wip(sso): fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
vaimdev committed Nov 8, 2024
1 parent 2d6ad0b commit 05d0dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphistry/pygraphistry.py
Original file line number Diff line number Diff line change
Expand Up @@ -2496,7 +2496,7 @@ def sso_wait_for_token_text_display(repeat: int = 20, wait: int = 5, fail_silent
if not fail_silent:
msg = f"Failed to get token after {repeat*wait} seconds. Please re-run the login process"
if in_ipython() or in_databricks or PyGraphistry.set_sso_opt_into_type == "display":
display_message_html("<strong>{msg}</strong>")
display_message_html(f"<strong>{msg}</strong>")
raise Exception(msg)
else:
msg_text = f'{msg_text}\nGot token'
Expand Down

0 comments on commit 05d0dff

Please sign in to comment.