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
{{ message }}
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
raven.transport.threaded sends messages to stdout on shutdown. This means that raven cannot be used in situations where you care about what gets sent to stdout. At the very least this needs to be made optional. Perhaps it should be made conditional on sys.stdout.isatty() - the output about "Press Ctrl-C to quit" makes no sense anyway if it isn't a tty.