mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-03 11:29:28 -05:00
Fix split_manifest default value
This commit is contained in:
parent
7f287bb311
commit
343bd7df36
@ -133,7 +133,7 @@ class Command(BaseCommand):
|
|||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
BaseCommand.__init__(self, *args, **kwargs)
|
BaseCommand.__init__(self, *args, **kwargs)
|
||||||
self.target: Path = None
|
self.target: Path = None
|
||||||
self.split_manifest = None
|
self.split_manifest = False
|
||||||
self.files_in_export_dir: Set[Path] = set()
|
self.files_in_export_dir: Set[Path] = set()
|
||||||
self.exported_files: List[Path] = []
|
self.exported_files: List[Path] = []
|
||||||
self.compare_checksums = False
|
self.compare_checksums = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user