mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Update change_storage_type.py
This commit is contained in:
		 Dominik von Allmen
					Dominik von Allmen
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							156282915e
						
					
				
				
					commit
					308d75f34d
				
			| @@ -75,7 +75,8 @@ class Command(BaseCommand): | |||||||
|  |  | ||||||
|         for document in encrypted_files: |         for document in encrypted_files: | ||||||
|  |  | ||||||
|             print(coloured("Decrypting {}".format(document).encode('utf-8'), "green")) |             print(coloured("Decrypting {}".format( | ||||||
|  |                 document).encode('utf-8'), "green")) | ||||||
|  |  | ||||||
|             old_paths = [document.source_path, document.thumbnail_path] |             old_paths = [document.source_path, document.thumbnail_path] | ||||||
|             raw_document = GnuPG.decrypted(document.source_file, passphrase) |             raw_document = GnuPG.decrypted(document.source_file, passphrase) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user