summaryrefslogtreecommitdiff
path: root/example-glaciers.py
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-11-20 08:48:13 +0100
committerGard Spreemann <gspr@nonempty.org>2020-11-20 08:48:13 +0100
commitc4a66d68b3bf98371d3de3328558d3e89f63db61 (patch)
treea6344a5cebdcf354aaa5dc8a89a28888ecba8080 /example-glaciers.py
parent4174479e682897af6d917831e2ca460d889536f7 (diff)
Upstream 0.4.0 tarball as released on PyPI.upstream/0.4.0upstream/latest-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",
)