Skip to content

Conversation

kmvanbrunt
Copy link
Member

This makes tailing a file that's being outputted to more responsive

@codecov
Copy link

codecov bot commented Dec 6, 2019

Codecov Report

Merging #829 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #829   +/-   ##
=======================================
  Coverage   97.23%   97.23%           
=======================================
  Files          14       14           
  Lines        3512     3512           
=======================================
  Hits         3415     3415           
  Misses         97       97
Impacted Files Coverage Δ
cmd2/cmd2.py 96.49% <100%> (ø) ⬆️

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 367f9f1...8862e27. Read the comment docs.

tleonhardt
tleonhardt previously approved these changes Dec 6, 2019
cmd2/cmd2.py Outdated
mode = 'a'
else:
mode = 'w'
mode += 't'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought text mode is the default and thus that this is redundant but explicit?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are correct, it is redundant. I removed it.

@kmvanbrunt kmvanbrunt merged commit 2b42671 into master Dec 6, 2019
@kmvanbrunt kmvanbrunt deleted the line_buffering branch December 6, 2019 17:34
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