mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Fix split_manifest default value
This commit is contained in:
		 Matthieu Helleboid
					Matthieu Helleboid
				
			
				
					committed by
					
						 Trenton H
						Trenton H
					
				
			
			
				
	
			
			
			 Trenton H
						Trenton H
					
				
			
						parent
						
							b33ba4c902
						
					
				
				
					commit
					20763e7c26
				
			| @@ -133,7 +133,7 @@ class Command(BaseCommand): | ||||
|     def __init__(self, *args, **kwargs): | ||||
|         BaseCommand.__init__(self, *args, **kwargs) | ||||
|         self.target: Path = None | ||||
|         self.split_manifest = None | ||||
|         self.split_manifest = False | ||||
|         self.files_in_export_dir: Set[Path] = set() | ||||
|         self.exported_files: List[Path] = [] | ||||
|         self.compare_checksums = False | ||||
|   | ||||
		Reference in New Issue
	
	Block a user