mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 22:54:27 -04:00
patch subprocess.run to have better timeout handling
This commit is contained in:
parent
e620722bb9
commit
ce07a6c738
2 changed files with 40 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
import os
|
||||
import re
|
||||
import sys
|
||||
|
||||
from functools import wraps
|
||||
from collections import defaultdict
|
||||
from datetime import datetime
|
||||
from subprocess import run, PIPE, DEVNULL
|
||||
|
||||
from peekable import Peekable
|
||||
|
||||
|
@ -38,6 +38,7 @@ from util import (
|
|||
progress,
|
||||
chmod_file,
|
||||
pretty_path,
|
||||
run, PIPE, DEVNULL
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue