OpenInterpreter / open-interpreter

A natural language interface for computers
http://openinterpreter.com/
GNU Affero General Public License v3.0
50.54k stars 4.4k forks source link

Stderr redir fix #1304

Closed imapersonman closed 2 weeks ago

imapersonman commented 2 weeks ago

Describe the changes you have made:

I removed the stdout and stderr redirect because the context managers doing the redirecting weren't resetting stderr. I removed the redirection as it doesn't appear to be solving the problem it was originally supposed to solve.

Reference any relevant issues (e.g. "Fixes #000"):

Pre-Submission Checklist (optional but appreciated):

OS Tests (optional but appreciated):