Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid attempt to write to wrong pipe (#44)
Do not attempt to write to pipe object unless it has a write attribute. This should avoid a runtime error like: AttributeError: 'int' object has no attribute 'write' Observed while testing use inside ansible-compat.
- Loading branch information