From patchwork Mon May 28 06:48:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael-Doyle Hudson X-Patchwork-Id: 9011 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 5AA8B23E58 for ; Mon, 28 May 2012 06:48:13 +0000 (UTC) Received: from mail-ob0-f180.google.com (mail-ob0-f180.google.com [209.85.214.180]) by fiordland.canonical.com (Postfix) with ESMTP id 1365FA19B9D for ; Mon, 28 May 2012 06:48:12 +0000 (UTC) Received: by mail-ob0-f180.google.com with SMTP id un3so6479600obb.11 for ; Sun, 27 May 2012 23:48:12 -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=wWKflcxfewmYSduDQD4FjdaaukIyU6j8fXdrb056FH4=; b=UoY7+DRgBPY9iVy7c4c7nJEecNkRRr+4r+iKXslqT+RKodRGEQJuHIyN3CUUHHg/Gr etQBaMI2k3ke0cYQpB/JniriZEq+/rz3pDQtTTlxuJfqg6cDr3ApBTHmX72t1e/w6AMI VPeKMNTLXWBi+WcQueEqnFrhE7yuffID8PDa5q6kNh5rnz2b4lhuYo0BD4xZz6GYr0ZW zdOGY45AgEksXq9hj9tt0HDw1dWw0h48z23LOA8vpjQpV2QuhVv/zYSrOk9lXl/w3QKQ 88aX0BuIhusMGGK0IWckxzEnF9eq+XVk7I6DWIxmsvU5WcAZIAX3mxXJsEBLuYi0wV34 FuHQ== Received: by 10.50.87.227 with SMTP id bb3mr3679600igb.57.1338187692638; Sun, 27 May 2012 23:48:12 -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.231.24.148 with SMTP id v20csp53412ibb; Sun, 27 May 2012 23:48:11 -0700 (PDT) Received: by 10.14.99.132 with SMTP id x4mr1403000eef.1.1338187691255; Sun, 27 May 2012 23:48:11 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id bu7si7934447wib.9.2012.05.27.23.48.10 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 27 May 2012 23:48:11 -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 1SYtkP-0005aZ-VU for ; Mon, 28 May 2012 06:48:09 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id E427DE0984 for ; Mon, 28 May 2012 06:48:09 +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: 303 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 303: parenthesize arguments to string-% correctly Message-Id: <20120528064809.3402.34340.launchpad@ackee.canonical.com> Date: Mon, 28 May 2012 06:48:09 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="15309"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 88496d76d3afab5444375eaf0eff827c2f5c36b5 X-Gm-Message-State: ALoCoQkt91DHgqymDk6HdzSFZGARcTNZcH/wI4PkRNBDjq5g3Kzhkgs2rdKKtr4M1tQfLrfKQcLF ------------------------------------------------------------ revno: 303 committer: Michael Hudson-Doyle branch nick: trunk timestamp: Mon 2012-05-28 18:46:23 +1200 message: parenthesize arguments to string-% correctly 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 === modified file 'lava_dispatcher/client/master.py' --- lava_dispatcher/client/master.py 2012-05-24 21:12:04 +0000 +++ lava_dispatcher/client/master.py 2012-05-28 06:46:23 +0000 @@ -99,7 +99,7 @@ time.sleep(sleep_time) # send CTRL C to exit last command. session._client.proc.sendline("\003") - session._client.proc.sendline("echo 'retry left %s'" % num_retry-1) + session._client.proc.sendline("echo 'retry left %s'" % (num_retry-1)) num_retry = num_retry - 1 if not deploy_ok: