diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-12-09 17:32:45 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-12-09 17:32:45 +0000 |
commit | 081e1ce9f9ad7570d057babd81b474fd407149d7 (patch) | |
tree | 3599cc42907eefe82a77de205451fecb3f67fb59 /tests/importer_tests.py | |
parent | 348ed379209aacfe6c1f870a3a68e06b39a51f06 (diff) | |
download | sos-081e1ce9f9ad7570d057babd81b474fd407149d7.tar.gz |
[sosreport] disable the 'zip' compression type
The Zip archive format is little used and has been broken for
some time:
Unexpected exception setting up archive:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/sos/sosreport.py", line 1092, in prework
self._set_archive()
File "/usr/lib/python2.7/site-packages/sos/sosreport.py", line 679, in _set_archive
self.archive = ZipFileArchive(archive_name, self.tmpdir)
TypeError: __init__() takes exactly 2 arguments (3 given)
__init__() takes exactly 2 arguments (3 given)
Remove it from the allowed options list for --compression-type.
The supporting Archive classes can be removed in a separate commit.
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Diffstat (limited to 'tests/importer_tests.py')
0 files changed, 0 insertions, 0 deletions