Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue #727 #734

Merged
merged 1 commit into from
Jan 11, 2018
Merged

Conversation

fschulze
Copy link

@fschulze fschulze commented Jan 8, 2018

The reading of command output sometimes failed with IOError: [Errno 0] Error on Windows, this was fixed by using a simpler method to update the read buffers.

… with ``IOError: [Errno 0] Error`` on Windows, this was fixed by using a simpler method to update the read buffers.
@fschulze fschulze force-pushed the 727-fix-windows-tell-error-0 branch from af93779 to e608604 Compare January 8, 2018 14:43
@codecov
Copy link

codecov bot commented Jan 8, 2018

Codecov Report

Merging #734 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #734      +/-   ##
==========================================
- Coverage   94.66%   94.65%   -0.01%     
==========================================
  Files          11       11              
  Lines        2379     2378       -1     
==========================================
- Hits         2252     2251       -1     
  Misses        127      127
Impacted Files Coverage Δ
tox/session.py 94.85% <100%> (-0.01%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1f328d1...e608604. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants