From 1e245c6039eea5c90381b362437f1c5f96624f05 Mon Sep 17 00:00:00 2001 From: Baudouin Raoult Date: Thu, 19 Nov 2020 12:55:42 +0000 Subject: Fix --- cdsapi/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cdsapi') diff --git a/cdsapi/api.py b/cdsapi/api.py index 093f838..eb82e34 100644 --- a/cdsapi/api.py +++ b/cdsapi/api.py @@ -350,7 +350,7 @@ class Client(object): result.download(target) return result - def service(self, name, *args, mimic_ui=False, **kwargs): + def service(self, name, mimic_ui=False, *args, **kwargs): self.delete = False # Don't delete results name = "/".join(name.split(".")) # To mimic the CDS ui the request should be populated directly with the kwargs -- cgit v1.2.3