mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-06 01:16:46 -06:00
Fix race conditions post line highlight
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user