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

Fix progress bar new line issue in create_progress_bar #911

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

matthewaltenburg
Copy link

  • Removed the trailing newline character (\n) from bar_format in tqdm.
  • This ensures the progress bar remains on the same line during updates, improving terminal output readability.

Please read through our contribution guide prior to creating your pull request.

Summary:

Test plan:

Fixes #{issue number}

- Removed the trailing newline character (\n) from bar_format in tqdm.
- This ensures the progress bar remains on the same line during updates, improving terminal output readability.
@iamyifan
Copy link

iamyifan commented Oct 2, 2024

Thank you @matthewaltenburg, it works for me : )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants