Fix compilation

This commit is contained in:
VALLEY Antoine (T0173847) 2019-07-23 13:54:00 +02:00
parent cb2b814c80
commit 323e7a9d0e

View file

@ -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(