Skip to content

Conversation

kmvanbrunt
Copy link
Member

Fixes #1013


# Print any metadata like a hint or table header
readline.rl.mode.console.write(sys.stdout.write(self._build_completion_metadata_string()))
readline.rl.mode.console.write(self._build_completion_metadata_string())
Copy link
Member

Choose a reason for hiding this comment

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

As long as the tests still pass on Linux/TravisCI then it looks good to me

@codecov
Copy link

codecov bot commented Nov 11, 2020

Codecov Report

Merging #1014 (8721a3d) into master (d3a9a6d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1014   +/-   ##
=======================================
  Coverage   97.89%   97.89%           
=======================================
  Files          22       22           
  Lines        4613     4613           
=======================================
  Hits         4516     4516           
  Misses         97       97           
Impacted Files Coverage Δ
cmd2/cmd2.py 97.27% <ø> (ø)

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 d3a9a6d...8721a3d. Read the comment docs.

@tleonhardt tleonhardt merged commit 887bda4 into master Nov 11, 2020
@tleonhardt tleonhardt deleted the win_tab_crash branch November 11, 2020 21:07
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.

TypeError on tab-completion on Windows
2 participants