mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	codestyle
This commit is contained in:
		| @@ -23,6 +23,7 @@ def _process_document(doc_in): | ||||
|     finally: | ||||
|         parser.cleanup() | ||||
|  | ||||
|  | ||||
| class Command(Renderable, BaseCommand): | ||||
|  | ||||
|     help = """ | ||||
| @@ -62,4 +63,6 @@ class Command(Renderable, BaseCommand): | ||||
|         db.connections.close_all() | ||||
|  | ||||
|         with multiprocessing.Pool() as pool: | ||||
|             list(tqdm.tqdm(pool.imap_unordered(_process_document, ids), total=len(ids))) | ||||
|             list(tqdm.tqdm( | ||||
|                 pool.imap_unordered(_process_document, ids), total=len(ids) | ||||
|             )) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler