clai icon indicating copy to clipboard operation
clai copied to clipboard

stderr from python (and possibly other apps) not logged on screen

Open flipper83 opened this issue 4 years ago • 0 comments

Describe the bug When running python in clai enabled terminal, the stderr is not logged on the screen. Only when the python session is closed, all the stderr is logged back

To Reproduce Steps to reproduce the behavior:

  1. Start clai enabled terminal
  2. Start python
  3. Run some command that should give error
  4. The error is not logged on the screen
  5. Run exit(). All the errors from previous executions can now be seen

Expected behavior python should behave as it does on other terminals

Screenshots 36773c80-fca8-11e9-9339-97e877ba359a

flipper83 avatar Jan 28 '20 16:01 flipper83