forked from Imagelibrary/littlefs
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:
1010
scripts/dbglfs.py
1010
scripts/dbglfs.py
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user