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 not flushed until bot stopped #6

Open
batra-aarav opened this issue Jun 2, 2021 · 2 comments
Open

Output not flushed until bot stopped #6

batra-aarav opened this issue Jun 2, 2021 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@batra-aarav
Copy link
Owner

When I run the scripts it makes the bot turn on but never gives the start-up messages it's supposed to print, until I eject the program. So if I wrote, "py main.py" it just turns it on and does not print "Extension loading" until I use the shortcut, "control + c" to stop running it.

@batra-aarav batra-aarav added bug Something isn't working documentation Improvements or additions to documentation help wanted Extra attention is needed labels Jun 2, 2021
@JosiahWI
Copy link
Collaborator

JosiahWI commented Jun 4, 2021

This is probably an IO bug and it has nothing to do with git or documentation.

@JosiahWI JosiahWI removed the documentation Improvements or additions to documentation label Jun 4, 2021
@JosiahWI
Copy link
Collaborator

JosiahWI commented Jun 4, 2021

I believe we can fix this by flushing the output when we print. I didn't find any similar reported issues with a quick google search.

@JosiahWI JosiahWI changed the title Git not printing start-up messages until stopped Output not flushed until bot stopped Jun 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants