Mercurial > hg > vampy
comparison PyOutputDescriptor.cpp @ 51:c1e4f706ca9a
Fix numpy version incompatibility issues and updated some example plugins.
author | fazekasgy |
---|---|
date | Thu, 08 Oct 2009 08:47:28 +0000 |
parents | af9c4cee95a8 |
children |
comparison
equal
deleted
inserted
replaced
50:3868da185d73 | 51:c1e4f706ca9a |
---|---|
86 if (v != NULL) | 86 if (v != NULL) |
87 { | 87 { |
88 Py_INCREF(v); | 88 Py_INCREF(v); |
89 return v; | 89 return v; |
90 } | 90 } |
91 PyErr_SetString(PyExc_AttributeError,"non-existing OutputDescriptor attribute"); | |
91 } | 92 } |
92 return NULL; | 93 return NULL; |
93 } | 94 } |
94 | 95 |
95 | 96 |