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

Spinner left last symbol on cmd #36

Open
rajnathsah opened this issue Jun 8, 2021 · 1 comment
Open

Spinner left last symbol on cmd #36

rajnathsah opened this issue Jun 8, 2021 · 1 comment

Comments

@rajnathsah
Copy link

Using spinner, if i try printing anything on console then it spinner also gets added like below. It would better to have it cleared or add new line to avoid this.

My code -

with spinner():
time.sleep(2)
print('hello')

Output -
\hello

Expected output -
hello

@bfontaine
Copy link

Looks like this is addressed by #37.

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

2 participants