Files
@ 5a148717d392
Branch filter:
Location: kallithea/setup.cfg
5a148717d392
1.1 KiB
text/x-ini
auth: let login helper function return exception to raise instead of raising it self
Make the execution flow more obvious by raising the exception where it matters.
Avoid redundant and potentially misleading return statement that tried to make
it clear that execution wouldn't continue after the function call.
Make the execution flow more obvious by raising the exception where it matters.
Avoid redundant and potentially misleading return statement that tried to make
it clear that execution wouldn't continue after the function call.