scripts: Tried to simplify optional path returns

So, instead of trying to be clever with python's tuple globbing, just
rely on lazy tuple unpacking and a whole bunch of if statements.

This is more verbose, but less magical. And generally, the less magic
there is, the easier things are to read.

This also drops the always-tupled lookup_ variants, which were
cluttering up the various namespaces.
This commit is contained in:
Christopher Haster
2025-03-31 21:07:06 -05:00
parent 82f4fd3c0f
commit 002c2ea1e6
4 changed files with 1307 additions and 894 deletions

File diff suppressed because it is too large Load Diff