Jaded-Encoding-Thaumaturgy / muxtools

Automation package for everything related to encoding and subbing
Mozilla Public License 2.0
13 stars 9 forks source link

Change globsearch return type #20

Closed LightArrowsEXE closed 3 months ago

LightArrowsEXE commented 3 months ago

It's a lot nicer if we can always expect a single type to be returned. It makes handling returns a lot easier on any devs.

This PR changes the return type to always be a list[Path]. It also greatly simplifies some basic logic when looping over the search results.