summaryrefslogtreecommitdiff
path: root/example-glaciers.py
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-11-20 08:50:11 +0100
committerGard Spreemann <gspr@nonempty.org>2020-11-20 08:50:11 +0100
commit91efa9aec225b2871936a0ff12b7292862270299 (patch)
treead41b622dd12e5b903076c2c32edc3c659de5749 /example-glaciers.py
parentcd5c24d86e8205dd180871c2365eaf4b6823bd5c (diff)
parentc4a66d68b3bf98371d3de3328558d3e89f63db61 (diff)
Merge tag 'upstream/0.4.0' into debian/sid
Upstream 0.4.0 tarball as released on PyPI.
Diffstat (limited to 'example-glaciers.py')
-rwxr-xr-xexample-glaciers.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/example-glaciers.py b/example-glaciers.py
index 00f0709..538f9f6 100755
--- a/example-glaciers.py
+++ b/example-glaciers.py
@@ -14,9 +14,6 @@ c = cdsapi.Client()
c.retrieve(
"insitu-glaciers-elevation-mass",
- {
- "variable": "elevation_change",
- "format": "tgz"
- },
+ {"variable": "elevation_change", "format": "tgz"},
"dowload.data",
)