Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix UnboundLocalError (subprocess died before reader threads started).
This resolves an exception that is due to a timing error where a subprocess can die before the O/I reader threads are launched. The cleanup routines need to verify that the threads were created before joining them.
- Loading branch information