DEBUG - force flush 2nd try

This commit is contained in:
Fabian Koller
2021-01-30 12:50:05 +01:00
parent c309da2603
commit 169eae0b7b
2 changed files with 2 additions and 2 deletions

View File

@@ -381,9 +381,9 @@ class PostDocumentView(APIView):
with tempfile.NamedTemporaryFile(prefix="paperless-upload-",
dir=settings.SCRATCH_DIR,
buffering=0,
delete=False) as f:
f.write(doc_data)
f.flush()
os.utime(f.name, times=(t, t))
async_task("documents.tasks.consume_file",