~niedbalski/charm-helpers/add-source-check-exists

« back to all changes in this revision

Viewing changes to charmhelpers/fetch/__init__.py

  • Committer: Jorge Niedbalski R.
  • Date: 2014-06-19 22:41:07 UTC
  • Revision ID: jorge.niedbalski@canonical.com-20140619224107-y4gdsnme6dbv7whc
- Missing change on fetch file

Show diffs side-by-side

added added

removed removed

Lines of Context:
234
234
            raise SourceConfigError(
235
235
                'Unsupported cloud: source option %s' %
236
236
                pocket)
237
 
            mock_file.write.assert_called_with(result)
 
237
 
238
238
        actual_pocket = CLOUD_ARCHIVE_POCKETS[pocket]
239
239
        sources_path = '/etc/apt/sources.list.d/cloud-archive.list'
240
240