Closed iamdefinitelyahuman closed 4 years ago
When a download fails and the progress bar is active, correctly identify the failure to avoid the TypeError: cannot concat bytes to string exception.
TypeError: cannot concat bytes to string
Closes #70
In install.py, check the response status code before streaming the content.
install.py
Run tests.
What I did
When a download fails and the progress bar is active, correctly identify the failure to avoid the
TypeError: cannot concat bytes to string
exception.Closes #70
How I did it
In
install.py
, check the response status code before streaming the content.How to verify it
Run tests.