Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 467 Bytes

File metadata and controls

19 lines (14 loc) · 467 Bytes

mftrace1220

two small changes to mftrace@1.2.20 to keep it working with mtdbt2f in python@3.9.12:

changes

  1. change regex strings in mftrace.py to raw strings by prefixing r, silencing errors with escape characters.
  2. gracefully handle parsing errors in tfm.py by adding errors='ignore' to ascii decoding step.

install

First, add this tap:

brew tap o-r-g/mftrace1220

and then

brew install o-r-g/mftrace1220/mftrace1220