mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-17 10:13:56 -05:00
wait until file is completely transmitted
negation was missing for feature to be active, see #128
This commit is contained in:
parent
c1ed4e8238
commit
018efc576b
@ -100,7 +100,7 @@ class Consumer(object):
|
|||||||
if doc in self._ignore:
|
if doc in self._ignore:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if self._is_ready(doc):
|
if not self._is_ready(doc):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if self._is_duplicate(doc):
|
if self._is_duplicate(doc):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user