Use right args and call

This commit is contained in:
Trenton H 2024-11-13 07:55:24 -08:00
parent 1b4e44d965
commit 979af82989

View File

@ -2017,9 +2017,8 @@ class BulkDownloadView(GenericAPIView):
settings.SCRATCH_DIR.mkdir(parents=True, exist_ok=True)
temp_dir = Path(
tempfile.TemporaryDirectory(
tempfile.mkdtemp(
dir=settings.SCRATCH_DIR,
delete=False,
),
)