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
If I run iocextract.py --input info.txt it will correctly print indicators to what seems to be standard out, however iocextract.py --input info.txt | less simply gives the the "you've got nothing END" in less. It looks like however you're getting the handle to STDOUT isn't the actual STDOUT handle.
Tested on OS X 10.14.6 with Python 3.7.6.
The text was updated successfully, but these errors were encountered:
If I run
iocextract.py --input info.txt
it will correctly print indicators to what seems to be standard out, howeveriocextract.py --input info.txt | less
simply gives the the "you've got nothingEND
" in less. It looks like however you're getting the handle to STDOUT isn't the actual STDOUT handle.Tested on OS X 10.14.6 with Python 3.7.6.
The text was updated successfully, but these errors were encountered: