From patchwork Wed Mar 27 09:44:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Senthil Kumaran X-Patchwork-Id: 15684 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 9C03423E10 for ; Wed, 27 Mar 2013 09:44:23 +0000 (UTC) Received: from mail-vc0-f179.google.com (mail-vc0-f179.google.com [209.85.220.179]) by fiordland.canonical.com (Postfix) with ESMTP id 070F4A18146 for ; Wed, 27 Mar 2013 09:44:21 +0000 (UTC) Received: by mail-vc0-f179.google.com with SMTP id gf12so6201121vcb.24 for ; Wed, 27 Mar 2013 02:44:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:content-type:mime-version:x-launchpad-project :x-launchpad-branch:x-launchpad-message-rationale :x-launchpad-branch-revision-number:x-launchpad-notification-type:to :from:subject:message-id:date:reply-to:sender:errors-to:precedence :x-generated-by:x-launchpad-hash:x-gm-message-state; bh=0dUazABapKzadEBbtnrHyLP+Vss0DmGztb4YVRPIuDg=; b=Zo1d4GDK3LPz42ym+dd3iIvE+JsOKD+UuiIsEDfXENQdFvPw7hzQkEEOtm4QNFfLv4 D8H476ePr60q4Vfhwz/YOgWXi0SM02S2EY5lhQ8lQYVYrOWtInqy2soHeB31dseNXQEu AwgwIrby4Pm1P1okdap5tJGVNezD0V25NcTG5Y51Yaz9uGISAf/bRuqL75riMqSFSnB5 3FPqhHUoJOlcaIm9LcZrkFG4evyTsJfRSEbH7juyv37YJHqgLb6bmbq9Kl+aD0mcnc/T DwIdqF8ibBY+TE3buOnpJUkFwzaWtLr8EjxOA/80HQPARVkE3ruLDmMnhUl+ULZiSk9a F3GA== X-Received: by 10.58.29.101 with SMTP id j5mr22650483veh.26.1364377461498; Wed, 27 Mar 2013 02:44:21 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.59.4.204 with SMTP id cg12csp107973ved; Wed, 27 Mar 2013 02:44:20 -0700 (PDT) X-Received: by 10.180.78.168 with SMTP id c8mr8310783wix.27.1364377460439; Wed, 27 Mar 2013 02:44:20 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id e9si7973573wja.242.2013.03.27.02.44.20 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 27 Mar 2013 02:44:20 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1UKmu3-0006o0-SK for ; Wed, 27 Mar 2013 09:44:19 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id CC350E04ED for ; Wed, 27 Mar 2013 09:44:13 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-dispatcher X-Launchpad-Branch: ~linaro-validation/lava-dispatcher/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 567 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [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> Date: Wed, 27 Mar 2013 09:44:13 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="16540"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 3dab3e9377acafb93fa74bcda57bb06ef5368242 X-Gm-Message-State: ALoCoQmQJX2IVm2hejGu2TieO75aJGH8fjunf+p0iGC6dyl1Uale3GFd6UNnRH8W/dkI425AQsyS ------------------------------------------------------------ revno: 567 committer: Senthil Kumaran 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 === 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