From 323e7a9d0ecb2def06b937bfc27efa845de6c492 Mon Sep 17 00:00:00 2001 From: "VALLEY Antoine (T0173847)" Date: Tue, 23 Jul 2019 13:54:00 +0200 Subject: [PATCH] Fix compilation --- portainer_cli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portainer_cli/__init__.py b/portainer_cli/__init__.py index 91097e9..37802ad 100755 --- a/portainer_cli/__init__.py +++ b/portainer_cli/__init__.py @@ -213,7 +213,7 @@ class PortainerCLI(object): def get_stacks(self): stack_url = 'stacks' - return = self.request(stack_url, self.METHOD_GET).json() + return self.request(stack_url, self.METHOD_GET).json() def get_stack_by_id(self, stack_id, endpoint_id): stack_url = 'stacks/{}?endpointId={}'.format(