what I meant, in Python
authorGreg Price <price@mit.edu>
Sun, 29 Jun 2008 00:43:16 +0000 (20:43 -0400)
committerGreg Price <price@mit.edu>
Sun, 29 Jun 2008 00:43:16 +0000 (20:43 -0400)
> 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

index b67bf6c..3c8b0a1 100755 (executable)
@@ -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