-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Object registration in python succeeds, but handlers are never invoked #84
Comments
I did an exercise myself in 2.3.1 to see what’s going on.. Everything seems to be all right. Can u plz follow the steps below and see if you’re good. Let me know.
There are multiple reasons your code may not be working:
|
I think this needs reopening. |
@rakeshdatta will follow up |
I am trying to register a handler in python for a new model.
The model augments if/interfaces/interface:
It is added successfully to the models, everything is recompiled and cps.type() reports the correct information on it.
I am testing the object registration for this path using the following simple python snippet:
The text was updated successfully, but these errors were encountered: