Files
@ ea02c8b2b529
Branch filter:
Location: kallithea/docs/theme/nature/static/kallithea-logo.svg
ea02c8b2b529
4.4 KiB
image/svg+xml
auth: prevent misuse of PermFunction in bool context
Evaluating a PermFunction as a boolean, rather than calling it, is
almost certainly an error. If not, "pf is not None" can be used.
Evaluating a PermFunction as a boolean, rather than calling it, is
almost certainly an error. If not, "pf is not None" can be used.