Show More
@@ -515,7 +515,7 b' class bundle20(object):' | |||||
515 | """setup core part compression to <alg>""" |
|
515 | """setup core part compression to <alg>""" | |
516 | if alg in (None, 'UN'): |
|
516 | if alg in (None, 'UN'): | |
517 | return |
|
517 | return | |
518 |
assert not any(n.lower() == ' |
|
518 | assert not any(n.lower() == 'compression' for n, v in self._params) | |
519 | self.addparam('Compression', alg) |
|
519 | self.addparam('Compression', alg) | |
520 | self._compengine = util.compengines.forbundletype(alg) |
|
520 | self._compengine = util.compengines.forbundletype(alg) | |
521 | self._compopts = compopts |
|
521 | self._compopts = compopts |
General Comments 0
You need to be logged in to leave comments.
Login now