You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2014/07/23 18:09:34 UTC

svn commit: r1612858 - /qpid/trunk/qpid/cpp/include/qpid/swig_python_typemaps.i

Author: aconway
Date: Wed Jul 23 16:09:34 2014
New Revision: 1612858

URL: http://svn.apache.org/r1612858
Log:
NO-JIRA: Fix typo in swig_python_typemaps.

Modified:
    qpid/trunk/qpid/cpp/include/qpid/swig_python_typemaps.i

Modified: qpid/trunk/qpid/cpp/include/qpid/swig_python_typemaps.i
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/include/qpid/swig_python_typemaps.i?rev=1612858&r1=1612857&r2=1612858&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/include/qpid/swig_python_typemaps.i (original)
+++ qpid/trunk/qpid/cpp/include/qpid/swig_python_typemaps.i Wed Jul 23 16:09:34 2014
@@ -38,7 +38,7 @@ static PyObject* pUuidModule;
       Py_INCREF(pUuidModule);
       PyModule_AddObject(m, "uuid", pUuidModule);
   } else {
-      if (!PyErr_Occurred) PyErr_SetString(PyExc_ImportError, "Cannot import qpid.datatypes");
+      if (!PyErr_Occurred()) PyErr_SetString(PyExc_ImportError, "Cannot import qpid.datatypes");
   }
 %}
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org