Fixed timeout statuses not appearing.

- Also tidied up _do_command and _run_command.
This commit is contained in:
Andrew Hamilton 2018-05-25 10:53:06 +10:00
parent e4f7845b5d
commit 02844de562
2 changed files with 12 additions and 22 deletions

2
BUGS
View file

@ -1,5 +1,4 @@
Current
- Timeout statuses aren't appearing. Probably related to subprocess.run.
- Sometimes a paused worker has the running status (blue), when it should
have the paused status (yellow).
- If a job is paused for longer than the timeout period, sometimes it has
@ -256,6 +255,7 @@ Fixed
- disassemble for python doesn't always work.
- The brightness of the summary's title slightly changes when focused.
<- Went away!
- Timeout statuses aren't appearing. Probably related to subprocess.run.
Won't fix