You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the debugging experience of the io.download_single function is not idea since its inside of an async task. If an exception is raised inside of that function tasks are not stopped, thus makes is hard to debug it.
I added a watchdog decorator, but it doesn't work in all cases yet:
Currently the debugging experience of the
io.download_single
function is not idea since its inside of an async task. If an exception is raised inside of that function tasks are not stopped, thus makes is hard to debug it.I added a watchdog decorator, but it doesn't work in all cases yet:
gbif-dl/gbif_dl/utils.py
Lines 5 to 17 in 3f2707a
The text was updated successfully, but these errors were encountered: