add DIR_OUTPUT_PERMISSIONS to STORAGE_CONFIG and fix ripgrep constants import

This commit is contained in:
Nick Sweeting 2024-09-26 02:42:50 -07:00
parent 7b85ba7fd8
commit efd341d8ad
No known key found for this signature in database
2 changed files with 6 additions and 5 deletions

View file

@ -1,11 +1,12 @@
__package__ = 'archivebox.plugins_search.ripgrep'
import re
from pathlib import Path
from subprocess import run
from typing import List, Dict, ClassVar, Iterable
# from typing_extensions import Self
from django.conf import settings
import archivebox
# Depends on other PyPI/vendor packages:
from pydantic import InstanceOf, Field