Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a crash when --verbose was used (#71)
--verbose makes stderr get passed through rather than being piped to cwltest. But in that case Popen.communicate() will return None in place of the stderr data.
- Loading branch information