diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 567: Remove a redundant initialization. self.deployment_data is initialized to

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

Commit Message

Senthil Kumaran March 27, 2013, 9:44 a.m. UTC
------------------------------------------------------------
revno: 567
committer: Senthil Kumaran <senthil.kumaran@linaro.org>
branch nick: trunk
timestamp: Tue 2013-03-26 20:35:41 +0530
message:
  Remove a redundant initialization. self.deployment_data is initialized to
  an empty dict later.
modified:
  lava_dispatcher/device/target.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/target.py'
--- lava_dispatcher/device/target.py	2013-01-28 23:57:06 +0000
+++ lava_dispatcher/device/target.py	2013-03-26 15:05:41 +0000
@@ -62,7 +62,6 @@ 
     def __init__(self, context, device_config):
         self.context = context
         self.config = device_config
-        self.deployment_data = None
 
         self.boot_options = []
         self._scratch_dir = None