WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Fix typo, and failure to unpack singleton tuple correctl

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Fix typo, and failure to unpack singleton tuple correctly.
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 21 Nov 2005 16:16:08 +0000
Delivery-date: Mon, 21 Nov 2005 16:16:25 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID d7b91e64bd4c84e9d123ed8efe45544a7a4fd667
# Parent  5b0a7cac1087f98f0a1b4f1c3aedac901bbad2ee
Fix typo, and failure to unpack singleton tuple correctly.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>

diff -r 5b0a7cac1087 -r d7b91e64bd4c tools/python/xen/xend/server/tpmif.py
--- a/tools/python/xen/xend/server/tpmif.py     Mon Nov 21 11:41:39 2005
+++ b/tools/python/xen/xend/server/tpmif.py     Mon Nov 21 11:42:47 2005
@@ -50,8 +50,7 @@
 
         result = DevController.configuration(self, devid)
 
-        (instance) = self.readBackend(devif,
-                                      'instance')
+        (instance,) = self.readBackend(devid, 'instance')
 
         if instance:
             result.append(['instance', instance])

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix typo, and failure to unpack singleton tuple correctly., Xen patchbot -unstable <=