=== modified file 'lava_dispatcher/__init__.py'
@@ -18,4 +18,4 @@
# along
# with this program; if not, see <http://www.gnu.org/licenses>.
-__version__ = (0, 32, 0, "final", 0)
+__version__ = (0, 32, 2, "final", 0)
=== modified file 'lava_dispatcher/device/master.py'
@@ -416,7 +416,7 @@
boot_cmds = options['boot_cmds'].value
logging.info('boot_cmds attribute: %s', boot_cmds)
- boot_cmds = getattr(self.config, boot_cmds)
+ boot_cmds = self.config.cp.get('__main__', boot_cmds)
self._boot(string_to_list(boot_cmds.encode('ascii')))
def _boot(self, boot_cmds):