logging IOError for sources.list

This commit is contained in:
Junaid Ali 2016-05-23 06:31:14 -04:00
parent 4999e4d5f3
commit 1c19fadbc4
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ def configure_pg_sources():
sources.truncate()
sources.close()
except IOError:
raise IOError('Unable to access /etc/apt/sources.list')
log('Unable to update /etc/apt/sources.list')
def determine_packages():