lclarkmichalek / pip2arch

Convert pypi packages to arch linux PKGBUILDs
81 stars 15 forks source link

Throw exeption if pypi package does not exist. #21

Open fossdd opened 3 years ago

fossdd commented 3 years ago

Without this patch it only says IndexError: list index out of range and the user doesn't know what python mean. This exeption says: ValueError: Could not find package "doesnt_exist".