mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
add overwrite flag to add command to force re-archiving
This commit is contained in:
parent
da671532a4
commit
b681a477ae
4 changed files with 35 additions and 18 deletions
|
@ -16,6 +16,7 @@ from .util import enforce_types, ExtendedEncoder
|
|||
from .config import OUTPUT_PERMISSIONS
|
||||
|
||||
|
||||
|
||||
def run(*args, input=None, capture_output=True, text=False, **kwargs):
|
||||
"""Patched of subprocess.run to fix blocking io making timeout=innefective"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue