Renaming getPyDict to getPyObject for consistency with BaseClass
This commit is contained in:
@@ -80,7 +80,7 @@ public:
|
||||
{
|
||||
CLASS c;
|
||||
|
||||
c.setPyDict(pydict);
|
||||
c.setPyObject(pydict);
|
||||
|
||||
throw c;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user