logging IOError for sources.list

This commit is contained in:
Junaid Ali 2016-05-23 06:27:44 -04:00
parent 0b357bb262
commit 0eab21c1d7
1 changed files with 1 additions and 1 deletions

View File

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