You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I should add that this is gives real-world problems. In my specific case, using sphinxcontrib-programoutput to include output from a click-powered command line utility in the documentation will result in output wrapped at 50 characters, which does not look good.
Using windows 7, python 2.7 and click 6.4, this code prints (0, 0):
A dumb fix that gives more sensible output for me is to replace line 170 of termui.py with this:
The text was updated successfully, but these errors were encountered: