linuxmint / mintsources

53 stars 72 forks source link

Fix FileNotFoundError #224

Closed xenopeek closed 3 years ago

xenopeek commented 3 years ago

Fixes #223

If /etc/apt/sources.list didn't exist an uncaught FileNotFoundError was raised because the code assumed this file would always exist. Fixed by not assuming /etc/apt/sources.list exists.