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