Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
#153, minor fix, fixed extension of encoding dict
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof (Chris) Bernat committed Mar 17, 2017
1 parent 0f64bc6 commit 4df8c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cate/ds/esa_cci_odp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4df8c72

Please sign in to comment.