-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
I found some issues in the Python plugin API. The decide method uses the undefined variable t_ref:
Line 11668 in c0e748a
| t = _to_expr_ref(to_Ast(t_ref), prop.ctx()) |
Also, registering a
decide refers to the undefined property self.decide:Line 11787 in c0e748a
| def add_decide(self, decide): |
which should have been declared here:
Line 11728 in c0e748a
| self.created = None |
Metadata
Metadata
Assignees
Labels
No labels