From: Greg Price Date: Sun, 29 Jun 2008 00:43:16 +0000 (-0400) Subject: what I meant, in Python X-Git-Tag: sipb-xen-remctl-auto/1.0.16~2 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-remote.git/commitdiff_plain/cde7cbc2b17edd5a501668cdada020b72c77a04d 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 --- 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