Skip to content

fix infinite loop#1683

Merged
willmcgugan merged 2 commits intomasterfrom
fix-infinite-loop
Nov 13, 2021
Merged

fix infinite loop#1683
willmcgugan merged 2 commits intomasterfrom
fix-infinite-loop

Conversation

@willmcgugan
Copy link
Member

Fixes #1682

@codecov
Copy link

codecov bot commented Nov 13, 2021

Codecov Report

Merging #1683 (8a74a97) into master (59d3511) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 8a74a97 differs from pull request most recent head 3645de6. Consider uploading reports for the commit 3645de6 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1683   +/-   ##
=======================================
  Coverage   99.69%   99.69%           
=======================================
  Files          71       71           
  Lines        6865     6867    +2     
=======================================
+ Hits         6844     6846    +2     
  Misses         21       21           
Flag Coverage Δ
unittests 99.69% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
rich/cells.py 100.00% <100.00%> (ø)
rich/console.py 100.00% <100.00%> (ø)
rich/json.py 100.00% <100.00%> (ø)

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 77158a5...3645de6. 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.

[BUG] Printing table into console results in infinite loop

1 participant