You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you hit Ctrl-C while ShellLogger is running, the log file isn't finalize()d. We need some way of making sure it's possible to finalize after a crash (regardless of what kind of crash). Need some way of streaming data to file, and then be able to rebuild the JSON and then HTML for the crashed ShellLogger session.
Description
What went wrong?
What should have happened?
Do you have an idea what might fix things?
How has this bug affected you?
What are you trying to accomplish?
Steps to Reproduce
Machine/OS: [insert here]
Python reproducer:
# Insert minimal example script here.
stdout from running the script:
# Paste stdout from the terminal here.
stderr from running the script:
# Paste stderr from the terminal here.
HTML log file: [attach here if applicable]
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
If you hit Ctrl-C while
ShellLogger
is running, the log file isn'tfinalize()
d. We need some way of making sure it's possible to finalize after a crash (regardless of what kind of crash). Need some way of streaming data to file, and then be able to rebuild the JSON and then HTML for the crashedShellLogger
session.Description
Steps to Reproduce
# Insert minimal example script here.
stdout
from running the script:stderr
from running the script:Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: