-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
- I have marked all applicable categories:
- new feature request
- I have visited the [source website], and in particular
read the [known issues] - I have searched through the [issue tracker] for duplicates
- I have mentioned version numbers, operating system and
environment, where applicable:
The function gather of asyncio has a parameter "return_exceptions" with which exceptions occurring in the tasks are packed into the result set instead of breaking the loop. The wrapper method of tqdm does not have this parameter. It would be great if this could be added so that not all exceptions have to be wrapped in the task.
from tqdm.asyncio import tqdm
tqdm.gather(*tasks, return_exceptions=True)PurpleBooth, Bewinxed, caryhooper, sstoops, jtele2 and 32 more
Metadata
Metadata
Assignees
Labels
No labels