err, what I meant
authorGreg Price <price@mit.edu>
Tue, 24 Jun 2008 04:47:31 +0000 (00:47 -0400)
committerGreg Price <price@mit.edu>
Tue, 24 Jun 2008 04:47:31 +0000 (00:47 -0400)
This is what happens when you have a race you can't actually reproduce.

svn path=/trunk/packages/sipb-xen-remctl-auto/; revision=653

files/usr/sbin/sipb-xen-listvms

index 85e9713..b67bf6c 100755 (executable)
@@ -17,7 +17,7 @@ def live_vms():
         try:
             name, data = get_dom(int(domid))
         except ValueError:
-            pass # went down since we started
+            next # went down since we started
         if name.startswith('d_'):
             name = name[2:]
             vms[name] = data