Files
@ ea02c8b2b529
Branch filter:
Location: kallithea/init.d/kallithea-upstart.conf
ea02c8b2b529
740 B
text/plain
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.