Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix path traversal in PFS extractor script.
os.path.join does not fully resolve a path so the condition that follows will never be true. Fixed by resolving the path using os.path.abspath.
- Loading branch information