diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 619: Fix typo

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

Commit Message

Tyler Baker June 4, 2013, 4:41 p.m. UTC
------------------------------------------------------------
revno: 619
committer: Tyler Baker <tyler.baker@linaro.org>
branch nick: lava-dispatcher
timestamp: Tue 2013-06-04 09:40:25 -0700
message:
  Fix typo
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-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: