mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fixed the check for empty installations
This commit is contained in:
parent
034b96277c
commit
bfad4560e1
@ -40,7 +40,7 @@ def move_documents_and_create_thumbnails(apps, schema_editor):
|
||||
|
||||
documents = os.listdir(os.path.join(settings.MEDIA_ROOT, "documents"))
|
||||
|
||||
if not documents:
|
||||
if set(documents) == {"originals", "thumbnails"}:
|
||||
return
|
||||
|
||||
print(colourise(
|
||||
|
Loading…
x
Reference in New Issue
Block a user