From: <ba...@us...> - 2008-08-29 16:15:48
|
Revision: 889 http://omc.svn.sourceforge.net/omc/?rev=889&view=rev Author: bartw Date: 2008-08-29 16:15:57 +0000 (Fri, 29 Aug 2008) Log Message: ----------- fixed exec_query to return not_supported to the CIMOM will fall back to enumInstances and do the filtering. Modified Paths: -------------- cmpi-bindings/trunk/swig/python/pycmpi_provider.py Modified: cmpi-bindings/trunk/swig/python/pycmpi_provider.py =================================================================== --- cmpi-bindings/trunk/swig/python/pycmpi_provider.py 2008-08-29 00:59:51 UTC (rev 888) +++ cmpi-bindings/trunk/swig/python/pycmpi_provider.py 2008-08-29 16:15:57 UTC (rev 889) @@ -205,7 +205,7 @@ def exec_query(self, ctx, rslt, objname, query, lang): - pass + return (pywbem.CIM_ERR_NOT_SUPPORTED, '') def associator_names(self, ctx, rslt, objName, assocClass, resultClass, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |