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
handle SIGPIPE errors when piping output to another process (#73)
* handle SIGPIPE errors when piping output to another process
* fix SIGINT handling within threaded queue
* attempt to fix CI tests
* remove test print
* another attempt at CI tests fix
* fix handler to store cursor in handle_results
* use queue.join() unless we're running on python2
* remove SIGPIPE handling
* - fix logging stacks
- fix printed exception on broken pipe due to stdout being closed prematurely
* just catch broken pipe so we don't close stdout/err on tests
* remove py2 workaround from Worker
* - apparently queue.join() doesn't handle SIGINT on Windows even on py3
- print on exit to not leave progress bar on current line
* uncomment flush func
0 commit comments