Skip to content

downloader: fallback to aiofiles in case aiofile is not available

Yuri Konotopov requested to merge aiofiles into master

Strangelly aiofiles is more popular package and aiofile is not available in most distros despite the fact that aiofile is true asyncio implementation while aiofiles is just threaded wrapper. Let's support both, but emit warning in case aiofile is not available.

Merge request reports