-
-
Notifications
You must be signed in to change notification settings - Fork 255
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
sys.stderr trunc traceback, colorama problem #367
Comments
I don't really understand what you're doing or what the problem is, but if
your output is being truncated, maybe you need to flush the output stream?
Or run with `python -u`.
…On Tue, Nov 29, 2022, 23:44 zN3utr4l ***@***.***> wrote:
I submitted an issue in this repository that use colorama as dependency: '
https://github.com/Delgan/loguru', this is the link of the issue Delgan/loguru#754
(comment) <Delgan/loguru#754 (comment)>,
i can confirm @Delgan <https://github.com/Delgan> is right (Delgan/loguru#754
(comment)
<Delgan/loguru#754 (comment)>),
with the latest version 0.4.6 the message in console is trunced, while with
0.4.5 version all works great
—
Reply to this email directly, view it on GitHub
<#367>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEU42CSN5S64WYN57AZ7G3WK4AVTANCNFSM6AAAAAASPKGXYU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
this is the func, if i put self._stream.flush() at the beginnig all works, thanks
|
This only happens on Windows @Delgan think this, Delgan/loguru#754 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I submitted an issue in this repository that use colorama as dependency: 'https://github.com/Delgan/loguru', this is the link of the issue Delgan/loguru#754 (comment), i can confirm @Delgan is right (Delgan/loguru#754 (comment)), with the latest version 0.4.6 the message in console is trunced, while with 0.4.5 version all works great
The text was updated successfully, but these errors were encountered: