From: <ba...@us...> - 2008-10-08 17:46:40
|
Revision: 1078 http://omc.svn.sourceforge.net/omc/?rev=1078&view=rev Author: bartw Date: 2008-10-08 17:46:22 +0000 (Wed, 08 Oct 2008) Log Message: ----------- fixed typo Modified Paths: -------------- cmpi-bindings/trunk/swig/python/cmpi_pywbem_bindings.py Modified: cmpi-bindings/trunk/swig/python/cmpi_pywbem_bindings.py =================================================================== --- cmpi-bindings/trunk/swig/python/cmpi_pywbem_bindings.py 2008-10-07 15:30:48 UTC (rev 1077) +++ cmpi-bindings/trunk/swig/python/cmpi_pywbem_bindings.py 2008-10-08 17:46:22 UTC (rev 1078) @@ -53,7 +53,7 @@ desc = ex.get_description() if code < 0 or code > 17: - code = pywbem.CIM_ERR_ERR_FAILED + code = pywbem.CIM_ERR_FAILED return pywbem.CIMError(code, desc) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |