Possibly a fix for the issues in #11 (after additionally switching to fuzzy matcher). The ignore pattern was using single-character matches instead of whole-word matches.
To be safe I also made the filter conditional on the .path property being present — I’m not sure whether this is needed, but since it’s not part of the TFile API spec I’m guessing it might not exist on some harder-to-debug platforms.
Possibly a fix for the issues in #11 (after additionally switching to fuzzy matcher). The ignore pattern was using single-character matches instead of whole-word matches.
To be safe I also made the filter conditional on the
.path
property being present — I’m not sure whether this is needed, but since it’s not part of the TFile API spec I’m guessing it might not exist on some harder-to-debug platforms.