Commit a95f77e
Fix Python permission handler lambda: accept both required arguments
The on_permission_request handler receives two positional arguments (request, invocation),
but the example lambda only accepted one, which would cause a TypeError at runtime.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent a28f2d2 commit a95f77e
1 file changed
Lines changed: 495 additions & 0 deletions
0 commit comments