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
On os x, I had a list in my clipboard, did:
pbpaste | bar_chart.py -v |head -n 30
The chart works fin when I do not pipe into head, but I wanted to only show the top 30 items. Piping into head does limit to 30 rows, as expected, but at the end I also see this error output printed:
close failed in file object destructor:
Error in sys.excepthook:
Original exception was:
The text was updated successfully, but these errors were encountered:
On os x, I had a list in my clipboard, did:
pbpaste | bar_chart.py -v |head -n 30
The chart works fin when I do not pipe into head, but I wanted to only show the top 30 items. Piping into head does limit to 30 rows, as expected, but at the end I also see this error output printed:
close failed in file object destructor:
Error in sys.excepthook:
Original exception was:
The text was updated successfully, but these errors were encountered: