ThomasKluiters / fetchy

Minuscule images made trivial
MIT License
112 stars 8 forks source link

ENH: Clear error message if package is not found #37

Closed ThomasKluiters closed 5 years ago

ThomasKluiters commented 5 years ago

Currently the following error is shown when a package is not found:

[AttributeError]
'NoneType' object has no attribute 'dependencies'

This should be something like "Package X was not found"