UnifiedArchive - an archive manager with unified interface for different formats (bundled with cli utility). Supports all formats with basic operations (reading, extracting and creation) and popular formats specific features (compression level, password-protection, comment)
Describe the bug When attempting to open a .tar.z file null is returned.
Configration (please complete the following information):
To Reproduce Steps to reproduce the behavior (your code). Attempt to open a LZW compressed tar file.
Expected behavior A clear and concise description of what you expected to happen. Expected a UnifiedArchive instance to be returned.
I have submitted pull request: Fix check for LZW compression #14