-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Type: BugSomething's broken.Something's broken.
Description
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. stdoutfrom running the script:# Paste stdout from the terminal here.stderrfrom 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.
Metadata
Metadata
Assignees
Labels
Type: BugSomething's broken.Something's broken.