Message ID | 20130604164115.29975.32594.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_dispatcher/device/fastmodel.py' --- lava_dispatcher/device/fastmodel.py 2013-06-04 16:00:29 +0000 +++ lava_dispatcher/device/fastmodel.py 2013-06-04 16:40:25 +0000 @@ -113,7 +113,7 @@ self._kernel = os.path.join(odir, file) if odir != subdir: kernel = os.path.join(subdir, file) - shututil.copyfile(kernel, self._kernel) + shutil.copyfile(kernel, self._kernel) elif re.match(self.config.simulator_initrd, file) and self._initrd is None: self._initrd = os.path.join(odir, file) if odir != subdir: