mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Celery JSON serializable object for override_tag_ids
				
					
				
			This commit is contained in:
		 Michael Shamoon
					Michael Shamoon
				
			
				
					committed by
					
						 Trenton H
						Trenton H
					
				
			
			
				
	
			
			
			 Trenton H
						Trenton H
					
				
			
						parent
						
							39149a891c
						
					
				
				
					commit
					91a2dedfec
				
			| @@ -94,7 +94,7 @@ def _consume(filepath): | ||||
|         logger.info(f"Adding {filepath} to the task queue.") | ||||
|         consume_file.delay( | ||||
|             filepath, | ||||
|             override_tag_ids=tag_ids if tag_ids else None, | ||||
|             override_tag_ids=list(tag_ids) if tag_ids else None, | ||||
|         ) | ||||
|     except Exception: | ||||
|         # Catch all so that the consumer won't crash. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user