You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix native calls in python driver rules api (#595)
## Usage and product changes
Fixes a bug which caused the delete, is_deleted and set_label methods on a Rule to fail.
## Implementation
* Passes `transaction.native_object` to the native_call instead of `transaction.logic`
0 commit comments