diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 365: fix syntax error from revno 362

Message ID 20120802231912.24150.97521.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Andy Doan Aug. 2, 2012, 11:19 p.m. UTC
------------------------------------------------------------
revno: 365
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-dispatcher
timestamp: Thu 2012-08-02 18:18:23 -0500
message:
  fix syntax error from revno 362
modified:
  lava_dispatcher/client/fastmodel.py


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_dispatcher/client/fastmodel.py'
--- lava_dispatcher/client/fastmodel.py	2012-08-02 23:06:22 +0000
+++ lava_dispatcher/client/fastmodel.py	2012-08-02 23:18:23 +0000
@@ -109,7 +109,7 @@ 
     def _customize_ubuntu(self):
         with image_partition_mounted(self._sd_image, self.root_part) as mntdir:
             logging_system('sudo echo %s > %s/etc/hostname'
-                % (self.tester_hostname, mntdir)
+                % (self.tester_hostname, mntdir))
 
     def deploy_image(self, image, axf, is_android=False):
         self._axf = download_image(axf, self.context)