mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 00:57:09 +01:00
bug fixes, test case fixes
This commit is contained in:
parent
4eeb5642f5
commit
868fd4155a
3 changed files with 15 additions and 13 deletions
|
|
@ -261,7 +261,7 @@ class DocumentParser(LoggingMixin):
|
|||
`paperless_tesseract.parsers` for inspiration.
|
||||
"""
|
||||
|
||||
def __init__(self, logging_group, progress_callback):
|
||||
def __init__(self, logging_group, progress_callback=None):
|
||||
super().__init__()
|
||||
self.logging_group = logging_group
|
||||
os.makedirs(settings.SCRATCH_DIR, exist_ok=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue