diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 348: fix syntax error

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

Commit Message

Yongqin Liu July 12, 2012, 5:58 a.m. UTC
------------------------------------------------------------
revno: 348
committer: Yongqin Liu <yongqin.liu@linaro.org>
branch nick: lava-dispatcher
timestamp: Thu 2012-07-12 13:55:34 +0800
message:
  fix syntax error
modified:
  lava_dispatcher/client/master.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/client/master.py'
--- lava_dispatcher/client/master.py	2012-07-10 02:23:04 +0000
+++ lava_dispatcher/client/master.py	2012-07-12 05:55:34 +0000
@@ -220,7 +220,7 @@ 
     _deploy_tarball_to_board(session, systemtbz2, '/mnt/lava', timeout=600)
 
     if session.has_partition_with_label('userdata') and \
-       session.has_partition_with_label('sdcard') and \:
+       session.has_partition_with_label('sdcard') and \
        session.is_file_exist('/mnt/lava/system/etc/vold.fstab'):
         # If there is no userdata partition on the sdcard(like iMX and Origen),
         # then the sdcard partition will be used as the userdata partition as