~canonical-platform-qa/ubuntu-system-tests/qemu-build-snap

« back to all changes in this revision

Viewing changes to ubuntu_system_tests/host/qemu-scripts/qemu-setup.py

  • Committer: Richard Huddie
  • Date: 2016-12-21 16:40:38 UTC
  • Revision ID: richard.huddie@canonical.com-20161221164038-3ppac4732st1a4pr
Fix flake8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
 
109
109
 
110
110
def install_unity8_snap():
111
 
    """Run unity8-snap-install to install unity8 and application snaps.""" 
 
111
    """Run unity8-snap-install to install unity8 and application snaps."""
112
112
    subprocess.check_call(['unity8-snap-install'])
113
113
 
114
114