two small changes to mftrace@1.2.20 to keep it working with mtdbt2f in python@3.9.12:
- change regex strings in mftrace.py to raw strings by prefixing
r, silencing errors with escape characters. - gracefully handle parsing errors in tfm.py by adding
errors='ignore'to ascii decoding step.
First, add this tap:
brew tap o-r-g/mftrace1220and then
brew install o-r-g/mftrace1220/mftrace1220