diff --git a/hooks/pg_gw_utils.py b/hooks/pg_gw_utils.py index 98ad4a4..cb9250e 100644 --- a/hooks/pg_gw_utils.py +++ b/hooks/pg_gw_utils.py @@ -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():