This repository has been archived by the owner on Jan 20, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't include the directory path in the regex, because a pattern starting with "C:\\Users" will result in: re.error: incomplete escape \U at position 2 Instead, only do the regex on the filename part.
- Loading branch information