GuidanceOfGrace / CLASSIC-Fallout4

Crash Log Auto-Scanner & Setup Integrity Checker for Fallout 4 / Buffout 4. Tool that extensively scans Fallout 4 game & mod files and Buffout 4 crash logs, then provides troubleshooting advice depending on what it finds.
8 stars 4 forks source link

Replace glob.glob() with Path().glob() #53

Closed evildarkarchon closed 1 year ago

evildarkarchon commented 1 year ago

Paths are iterable and using this method removes the need for some string-to-Path conversions. Also, given that other sections use Path.glob, this brings these 2 sections in line with the rest of the code,