Changeset 2098 for trunk/packages/invirt-remote
- Timestamp:
- Feb 5, 2009, 1:47:19 PM (16 years ago)
- Location:
- trunk/packages/invirt-remote
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-remote/debian/changelog
r2097 r2098 1 invirt-remote (0.3.2) unstable; urgency=low 2 3 * in invirt-remote-listvms, ignore another way VMs can disappear 4 5 -- Greg Price <price@mit.edu> Thu, 05 Feb 2009 13:43:46 -0500 6 1 7 invirt-remote (0.3.1) unstable; urgency=low 2 8 -
trunk/packages/invirt-remote/host/usr/sbin/invirt-listvms
r1822 r2098 18 18 except (xs.Error, TypeError): 19 19 continue # went down since we started 20 if name .startswith('d_'):20 if name is not None and name.startswith('d_'): 21 21 name = name[2:] 22 22 vms[name] = data
Note: See TracChangeset
for help on using the changeset viewer.