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

Output cropped at circa 10000 lines #144

Open
Zireael07 opened this issue Dec 29, 2017 · 0 comments
Open

Output cropped at circa 10000 lines #144

Zireael07 opened this issue Dec 29, 2017 · 0 comments

Comments

@Zireael07
Copy link

If I pipe the output to a file, it gets cut at line 10670 consistently. If I don't pipe the output, I can see some more lines but then it gets cut too. I suspect there is a Windows limitation on number of bytes that can be written in one go (https://bugs.python.org/issue11395, pallets/click#825).

I suspect we could instead print in separate parts and/or implement starting at an offset.

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

No branches or pull requests

1 participant