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

Print python stdout without buffer even for script #761

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

haixuanTao
Copy link
Collaborator

Adding ** PYTHONUNBUFFERED=1** makes python script print out to stdout without buffering.

Previously this was fixed with a python flag but that was not called when python was used as a script.

This resolve the previous issue.

…script does not call python interpreter with dora
@haixuanTao haixuanTao merged commit 69e5cd7 into main Jan 22, 2025
112 checks passed
@haixuanTao haixuanTao deleted the unset-python-buffer-always branch January 22, 2025 09:51
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 this pull request may close these issues.

1 participant