From patchwork Wed Sep 5 09:39:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Tunnicliffe X-Patchwork-Id: 11188 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 3CAD623EFF for ; Wed, 5 Sep 2012 09:39:15 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id 0A816A188B7 for ; Wed, 5 Sep 2012 09:38:21 +0000 (UTC) Received: by ieak11 with SMTP id k11so631217iea.11 for ; Wed, 05 Sep 2012 02:39:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to: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=QoRtwURlmcgbnCHryk+iY+va9rEhwERvcF1S6jxvT1E=; b=mnrbFEsQ4l8HKPXgBxwrih6PugbvHXF2NeevUieoIEX2KIrcCcIpwoztOA2bCPlTN1 fPOOqyNV8nWwUzIrMZ4rcNq8S7k0TfLel53XfhYL3+MvbFxwYMVmm1T049dH9n0ONNjx BP2pnBBSp0pv4YXGvtohPPfGVZJ8e/zNMlYUAYWouqM4Z0tpRwNIfPvuB/J6WqB2tkDo BoRYLDsk+JzKmrC6ND1djV1w04VTxz37VCYtxEHDaZMYqFNg2rANadA/cn7DgRMB1pmE 7Vs9HWaI8h42g/7GR18efEW0yxsZzeacjD1OE7KSiRQup+g2slzQNrblTBJ2hTZMX0dQ FuGg== Received: by 10.50.217.227 with SMTP id pb3mr17221207igc.28.1346837954201; Wed, 05 Sep 2012 02:39:14 -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.50.184.232 with SMTP id ex8csp242746igc; Wed, 5 Sep 2012 02:39:13 -0700 (PDT) Received: by 10.216.54.212 with SMTP id i62mr3238707wec.98.1346837952571; Wed, 05 Sep 2012 02:39:12 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id a27si1047973wej.31.2012.09.05.02.39.11 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 05 Sep 2012 02:39:12 -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 1T9C4l-0005Zt-Kw for ; Wed, 05 Sep 2012 09:39:11 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 8FE35E0409 for ; Wed, 5 Sep 2012 09:39:11 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: linaro-image-tools X-Launchpad-Branch: ~linaro-image-tools/linaro-image-tools/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 559 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-image-tools/linaro-image-tools/trunk] Rev 559: Fix incorrect variable name in get_file (bug introduced when refactoring code) Message-Id: <20120905093911.8288.49782.launchpad@ackee.canonical.com> Date: Wed, 05 Sep 2012 09:39:11 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="15901"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 7840594c07dbce029056d2b8fefebff5ae925621 X-Gm-Message-State: ALoCoQmYe9UZM5v/QhfxlgaVtZ41q8QqJHL2JRGbjB+AI7Y3nUNBtA1HgRkDiAyZk8gvJub39bPt Merge authors: James Tunnicliffe (dooferlad) Related merge proposals: https://code.launchpad.net/~dooferlad/linaro-image-tools/fix_bug_1046200/+merge/122825 proposed by: James Tunnicliffe (dooferlad) review: Approve - Fathi Boudra (fboudra) review: Approve - Milo Casagrande (milo) ------------------------------------------------------------ revno: 559 [merge] fixes bug: https://launchpad.net/bugs/1046200 committer: James Tunnicliffe branch nick: linaro-image-tools timestamp: Wed 2012-09-05 10:38:40 +0100 message: Fix incorrect variable name in get_file (bug introduced when refactoring code) modified: linaro_image_tools/media_create/boards.py --- lp:linaro-image-tools https://code.launchpad.net/~linaro-image-tools/linaro-image-tools/trunk You are subscribed to branch lp:linaro-image-tools. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-image-tools/linaro-image-tools/trunk/+edit-subscription === modified file 'linaro_image_tools/media_create/boards.py' --- linaro_image_tools/media_create/boards.py 2012-09-04 14:38:45 +0000 +++ linaro_image_tools/media_create/boards.py 2012-09-05 09:29:14 +0000 @@ -211,7 +211,7 @@ if not file_names: return file_names single = False - if not isinstance(args, list): + if not isinstance(file_names, list): single = True file_names = [file_names] out_files = []