mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-05 23:16:45 -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
|
||||
and manage the process.
|
||||
|
||||
```python {8,19}
|
||||
```python {8,21}
|
||||
import os
|
||||
import subprocess
|
||||
import signal
|
||||
|
||||
Reference in New Issue
Block a user