what I meant, in Python
[invirt/packages/invirt-remote.git] / 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