
15 Jul
2008
15 Jul
'08
6:12 p.m.
- except BaseException: - logger.error(Globals.CIM_ERROR_ENUMERATE %
hostsystem.CIM_System)
+ if system.CreationClassName != name and system.Name != host:
I think either one fails, we should report error. Maybe we can change it to below:
if system.CreationClassName != name or system.Name != host:
Yep - good catch, thanks! -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com