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 nonclearing output when nothing is outputed #60

Merged
merged 2 commits into from
Sep 23, 2024

Conversation

agoscinski
Copy link
Collaborator

@agoscinski agoscinski commented Sep 23, 2024

When the the update does not print anything the output is not cleared, since it waits for an output to be cleared. We fix this by printing an empty string to invoke the clearning of the output


📚 Documentation preview 📚: https://scicode-widgets--60.org.readthedocs.build/en/60/

agoscinski and others added 2 commits September 23, 2024 10:02
When the the update does not print anything the output is not cleared,
since it waits for an output to be cleared. We fix this by printing an
empty string to invoke the clearning of the output
Through an update linter complained that no error message is raised, but
we do not want to raise an error message when one of the checks raises
one.
@agoscinski agoscinski force-pushed the fix-nonclearing-output branch from 355a8fa to 0a52be2 Compare September 23, 2024 08:04
@agoscinski agoscinski merged commit acbd25c into main Sep 23, 2024
3 checks passed
@agoscinski agoscinski deleted the fix-nonclearing-output branch September 23, 2024 08:23
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