Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added disk free space verification before download. (#66)
* Added disk free space verification before download. * Removed unused import. * - made disk full message more readable. - added handler to directory not found exception. * removed relative import from __init__.py * changed from relative import to absolute import at test_disk_usage test.. * Fixed a couple of flake8 warnings. * Refactored unnecessary overengineering. * Fixed linting at _verify_disk_space. * Fixed pre-commit errors.
- Loading branch information