Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File redirection doesn't work #37

Closed
sooshie opened this issue Jan 30, 2020 · 3 comments · Fixed by #48
Closed

File redirection doesn't work #37

sooshie opened this issue Jan 30, 2020 · 3 comments · Fixed by #48

Comments

@sooshie
Copy link

sooshie commented Jan 30, 2020

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.

@presianbg
Copy link
Contributor

Same on linux.

@battleoverflow
Copy link
Contributor

battleoverflow commented Jan 6, 2023

Hi @sooshie,

Thanks to @presianbg's fix (#48), this issue should now be resolved. I will ping this issue once more when a new package is available from PyPI.

@battleoverflow
Copy link
Contributor

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

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 a pull request may close this issue.

3 participants