From cde7cbc2b17edd5a501668cdada020b72c77a04d Mon Sep 17 00:00:00 2001 From: Greg Price Date: Sat, 28 Jun 2008 20:43:16 -0400 Subject: [PATCH] what I meant, in Python > This is what happens when you have a race you can't actually reproduce. Oh well. svn path=/trunk/packages/sipb-xen-remctl-auto/; revision=654 --- files/usr/sbin/sipb-xen-listvms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/usr/sbin/sipb-xen-listvms b/files/usr/sbin/sipb-xen-listvms index b67bf6c..3c8b0a1 100755 --- a/files/usr/sbin/sipb-xen-listvms +++ b/files/usr/sbin/sipb-xen-listvms @@ -17,7 +17,7 @@ def live_vms(): try: name, data = get_dom(int(domid)) except ValueError: - next # went down since we started + continue # went down since we started if name.startswith('d_'): name = name[2:] vms[name] = data -- 1.7.9.5