Message ID | 20130218021216.12888.17864.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== 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()