From: Greg Price Date: Tue, 24 Jun 2008 04:47:31 +0000 (-0400) Subject: err, what I meant X-Git-Tag: sipb-xen-remctl-auto/1.0.16~3 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-remote.git/commitdiff_plain/5fab9c5520b28e8caa90f3326ce82a0f40299ee9 err, what I meant This is what happens when you have a race you can't actually reproduce. svn path=/trunk/packages/sipb-xen-remctl-auto/; revision=653 --- diff --git a/files/usr/sbin/sipb-xen-listvms b/files/usr/sbin/sipb-xen-listvms index 85e9713..b67bf6c 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: - pass # went down since we started + next # went down since we started if name.startswith('d_'): name = name[2:] vms[name] = data