##// END OF EJS Templates
merge with stable
Augie Fackler -
r30965:f01df5d2 merge default
parent child Browse files
Show More
@@ -515,7 +515,7 b' class bundle20(object):'
515 515 """setup core part compression to <alg>"""
516 516 if alg in (None, 'UN'):
517 517 return
518 assert not any(n.lower() == 'Compression' for n, v in self._params)
518 assert not any(n.lower() == 'compression' for n, v in self._params)
519 519 self.addparam('Compression', alg)
520 520 self._compengine = util.compengines.forbundletype(alg)
521 521 self._compopts = compopts
General Comments 0
You need to be logged in to leave comments. Login now