summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-05-16 16:18:54 +0000
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-05-16 16:18:54 +0000
commitbe427a358072931e7e4516e62aff5b26968dfd16 (patch)
tree13b793a95f4a768626c8109176008ad4bf7ee616
parent72e66be042b9fc0457311708445d794a944487ca (diff)
downloadmorph-be427a358072931e7e4516e62aff5b26968dfd16.tar.gz
Fix long line
-rwxr-xr-xmorphlib/exts/virtualbox-ssh.write3
1 files changed, 2 insertions, 1 deletions
diff --git a/morphlib/exts/virtualbox-ssh.write b/morphlib/exts/virtualbox-ssh.write
index 47584b83..42585f5e 100755
--- a/morphlib/exts/virtualbox-ssh.write
+++ b/morphlib/exts/virtualbox-ssh.write
@@ -121,7 +121,8 @@ class VirtualBoxPlusSshWriteExtension(morphlib.writeexts.WriteExtension):
version_string = re.match(r"^([0-9\.]+).*$", build_id.strip()).group(1)
return tuple(int(s or '0') for s in version_string.split('.'))
- def create_virtualbox_guest(self, ssh_host, vm_name, vdi_path, autostart, vagrant):
+ def create_virtualbox_guest(self, ssh_host, vm_name, vdi_path, autostart,
+ vagrant):
'''Create the VirtualBox virtual machine.'''
self.status(msg='Create VirtualBox virtual machine')