Bug fix: typo

This commit is contained in:
Sebastian Steinbeißer 2025-03-06 20:48:26 +01:00
parent d73118d226
commit ab6e4861f3
No known key found for this signature in database
GPG Key ID: E8200F0F0380C0E0

View File

@ -61,7 +61,7 @@ def move_documents_and_create_thumbnails(apps, schema_editor):
),
)
Path(settings.SCRATCH_DIR).mkdir(parents=True, exists_ok=True)
Path(settings.SCRATCH_DIR).mkdir(parents=True, exist_ok=True)
for f in sorted(documents):
if not f.endswith("gpg"):