mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Bug fix: typo in migration file (#9321)
This commit is contained in:
		 Sebastian Steinbeißer
					Sebastian Steinbeißer
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							cf48f47a8c
						
					
				
				
					commit
					485dad01b7
				
			| @@ -61,7 +61,7 @@ def move_documents_and_create_thumbnails(apps, schema_editor): | |||||||
|         ), |         ), | ||||||
|     ) |     ) | ||||||
|  |  | ||||||
|     Path(settings.SCRATCH_DIR).mkdir(parents=True, exists_ok=True) |     Path(settings.SCRATCH_DIR).mkdir(parents=True, exist_ok=True) | ||||||
|  |  | ||||||
|     for f in sorted(documents): |     for f in sorted(documents): | ||||||
|         if not f.endswith("gpg"): |         if not f.endswith("gpg"): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user