Fix race conditions post line highlight

This commit is contained in:
2023-11-28 03:30:38 -06:00
parent d685ad4f3f
commit a1b228a63c

View File

@@ -64,7 +64,7 @@ And so, my plan was to start a tar process as usual with the `--totals` flag, an
process occasionally to query an extraction operation's progress. In Python, I used the `subprocess` module to start process occasionally to query an extraction operation's progress. In Python, I used the `subprocess` module to start
and manage the process. and manage the process.
```python {8,19} ```python {8,21}
import os import os
import subprocess import subprocess
import signal import signal