Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes introduced by commit dc84afd ("Fix tbz2 format was not recognized" - 20.09.2018) broke zip format recognintion. File extension returned from os.path.splitext() is 'zip', not '.zip' Before breaking changes extension checking code looked like "if output_format == 'zip':" (without dot)
- Loading branch information