You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
move tooltip functions to helper functions section. hides the string "Missing: ..." from showing if all backends are available
" if len(runopts)==6 else + "
num_backends_built.bind("<Enter>", lambdaevent: show_tooltip(event, f"This is the number of backends you have built and available."iflen(runopts)==6else+"\nMissing: {', '.join(antirunopts)}"))
938
+
# Bind the backend count label with the tooltip function
939
+
num_backends_built.bind("<Enter>", lambdaevent: show_tooltip(event, f"This is the number of backends you have built and available."+ (f"\nMissing: {', '.join(antirunopts)}"iflen(runopts) !=6else"")))
0 commit comments