logging IOError for sources.list

This commit is contained in:
Junaid Ali 2016-05-23 06:29:42 -04:00
parent faff1653ec
commit 90211b4bd9
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,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():