Skip to content
Commit dd102d39 authored by Douglas Raillard's avatar Douglas Raillard
Browse files

lisa.analysis.rta: Raise instead of returning None

Returning None ends up in lot of None check boilerplate, or triggers attribute
errors. None values easily make their way into datastructures, triggering the
issue in a remote part of the code. Instead, raise an exception at the place the
invalid input is detected.
parent af1bb6e3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment