Message ID | 20121023185411.6891.83659.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_dispatcher/__init__.py' --- lava_dispatcher/__init__.py 2012-10-23 05:27:27 +0000 +++ lava_dispatcher/__init__.py 2012-10-23 17:58:40 +0000 @@ -18,4 +18,4 @@ # along # with this program; if not, see <http://www.gnu.org/licenses>. -__version__ = (0, 20, 0, "dev", 0) +__version__ = (0, 19, 3, "final", 0) === modified file 'lava_dispatcher/device/master.py' --- lava_dispatcher/device/master.py 2012-10-18 18:00:43 +0000 +++ lava_dispatcher/device/master.py 2012-10-23 17:58:40 +0000 @@ -424,7 +424,7 @@ boot_cmds = keyval[1].strip() boot_cmds = getattr(self.config, boot_cmds) - self._boot(string_to_list(boot_cmds)) + self._boot(string_to_list(boot_cmds.encode('ascii'))) def _boot(self, boot_cmds): try: