GandaG / pyfomod

A high-level fomod library written in Python.
https://pyfomod.rtfd.io/
Apache License 2.0
7 stars 6 forks source link

Made `parser.write` and `parser.parse`'s file-seeking approach case-insensitive for every systems. #16

Open bbergeron0 opened 1 year ago

bbergeron0 commented 1 year ago

I find mine cleaner than Krateng's, plus I've also updated the code in write. I'm having issues with poetry, so I couldn't test the package as a whole, but I can attest the new function, as an individual unit, works both on EXT4 and vFAT, which are case-sensitive and case-insensitive, respectively.

Related: #12

krateng commented 1 year ago

This is indeed more elegant 👍