diff --git a/cate/ds/esa_cci_odp.py b/cate/ds/esa_cci_odp.py index 1a50becc8..91f0d93fd 100644 --- a/cate/ds/esa_cci_odp.py +++ b/cate/ds/esa_cci_odp.py @@ -573,7 +573,7 @@ def make_local(self, encoding_update = dict() if compression_enabled: - encoding_update += {'zlib': True, 'complevel': compression_level} + encoding_update.update({'zlib': True, 'complevel': compression_level}) if not region and not var_names: protocol = _ODP_PROTOCOL_HTTP