iocextract icon indicating copy to clipboard operation
iocextract copied to clipboard

File redirection doesn't work

Open sooshie opened this issue 5 years ago • 1 comments

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.

sooshie avatar Jan 30 '20 16:01 sooshie

Same on linux.

presianbg avatar May 05 '21 13:05 presianbg

Hi @sooshie,

Thanks to @presianbg's fix (https://github.com/InQuest/python-iocextract/pull/48), this issue should now be resolved. I will ping this issue once more when a new package is available from PyPI.

battleoverflow avatar Jan 06 '23 18:01 battleoverflow

The new PyPI package is now available!

PyPI: https://pypi.org/project/iocextract/1.13.8/ GitHub Releases: https://github.com/InQuest/python-iocextract/releases/tag/v1.13.8

battleoverflow avatar Jan 06 '23 22:01 battleoverflow