Changeset 802 for trunk/packages/sipb-xen-base
- Timestamp:
- Jul 30, 2008, 11:04:31 PM (16 years ago)
- Location:
- trunk/packages/sipb-xen-base
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-base/debian/changelog
r796 r802 1 sipb-xen-base (8.13) unstable; urgency=low 2 3 * fix an error message 4 5 -- Greg Price <price@mit.edu> Wed, 30 Jul 2008 23:04:07 -0400 6 1 7 sipb-xen-base (8.12) unstable; urgency=low 2 8 -
trunk/packages/sipb-xen-base/files/usr/sbin/invirt-getconf
r796 r802 68 68 if type(conf) not in (dict, list): 69 69 raise invirt_exception( 70 '%s: node has no children (atomic datum)' % progress) 70 '%s: node has no children (atomic datum)' 71 % '.'.join(components)) 71 72 if type(conf) == list: 72 73 for i in xrange(len(conf)):
Note: See TracChangeset
for help on using the changeset viewer.