diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 562: oops

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

Commit Message

Michael-Doyle Hudson Feb. 18, 2013, 2:12 a.m. UTC
------------------------------------------------------------
revno: 562
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Mon 2013-02-18 15:11:39 +1300
message:
  oops
modified:
  lava_dispatcher/device/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/device/fastmodel.py'
--- lava_dispatcher/device/fastmodel.py	2013-02-18 01:23:23 +0000
+++ lava_dispatcher/device/fastmodel.py	2013-02-18 02:11:39 +0000
@@ -191,7 +191,7 @@ 
     def power_on(self):
         if self._sim_proc is not None:
             logging.warning("device was still on, shutting down")
-            self.power_off()
+            self.power_off(None)
 
         self._fix_perms()