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
If isatty(sys.stdout), then do not spew a PNG or similar not-so-legible stuff onto the console (I did have a WTF moment), instead write it to a tempfile and either webbrowser.open_new_tab() it, or call xdg-open with it (if that's on the PATH).
The text was updated successfully, but these errors were encountered:
If
isatty(sys.stdout)
, then do not spew a PNG or similar not-so-legible stuff onto the console (I did have a WTF moment), instead write it to a tempfile and eitherwebbrowser.open_new_tab()
it, or callxdg-open
with it (if that's on the PATH).The text was updated successfully, but these errors were encountered: